From df18a3db6165dfad915e5b89768ad7d269c11961 Mon Sep 17 00:00:00 2001 From: python273 Date: Thu, 11 Jun 2020 07:39:45 +0300 Subject: [PATCH] Update version to 1.4.1 --- setup.py | 3 ++- telegraph/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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