diff --git a/setup.cfg b/setup.cfg index 54ffad4..6962ad2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ python = [gh-actions:env] TOX_OS = - ubuntu-18.04: linux + ubuntu-20.04: linux ubuntu-latest: linux macos-latest: macos windows-latest: windows diff --git a/setup.py b/setup.py index 8bbade7..be977d0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages # Pycrate Version -VERSION = "0.6.0" +VERSION = "0.6.1" # get long description from the README.md