diff --git a/README.rst b/README.rst index e6e556a..f7642db 100644 --- a/README.rst +++ b/README.rst @@ -123,6 +123,10 @@ Running Python 3.7.2, Apple LLVM version 10.0.0 (clang-1000.11.45.5), Mac OS X 1 Changelog ========= +1.0.1 +----- +- Publish python 3.8 wheels + 1.0.0 ----- - Drop python 3.4 support diff --git a/pybase64/_version.py b/pybase64/_version.py index 1f356cc..cd7ca49 100644 --- a/pybase64/_version.py +++ b/pybase64/_version.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '1.0.1' diff --git a/setup.py b/setup.py index eac8b3f..3410313 100644 --- a/setup.py +++ b/setup.py @@ -257,6 +257,7 @@ def run(self): 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], # Supported python versions