diff --git a/setup.py b/setup.py index 225860b..66c7b48 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ except ImportError: from distutils.core import setup -version = '1.4.0' +version = '1.4.1' with open('README.md') as f: @@ -53,6 +53,7 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: CPython', ] diff --git a/telegraph/__init__.py b/telegraph/__init__.py index b0e5062..466ed44 100644 --- a/telegraph/__init__.py +++ b/telegraph/__init__.py @@ -9,7 +9,7 @@ """ __author__ = 'python273' -__version__ = '1.4.0' +__version__ = '1.4.1' from .api import Telegraph, TelegraphException from .upload import upload_file