We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8a8e4 commit df18a3dCopy full SHA for df18a3d
setup.py
@@ -14,7 +14,7 @@
14
except ImportError:
15
from distutils.core import setup
16
17
-version = '1.4.0'
+version = '1.4.1'
18
19
20
with open('README.md') as f:
@@ -53,6 +53,7 @@
53
'Programming Language :: Python :: 3.5',
54
'Programming Language :: Python :: 3.6',
55
'Programming Language :: Python :: 3.7',
56
+ 'Programming Language :: Python :: 3.8',
57
'Programming Language :: Python :: Implementation :: PyPy',
58
'Programming Language :: Python :: Implementation :: CPython',
59
]
telegraph/__init__.py
@@ -9,7 +9,7 @@
9
"""
10
11
__author__ = 'python273'
12
-__version__ = '1.4.0'
+__version__ = '1.4.1'
13
from .api import Telegraph, TelegraphException
from .upload import upload_file
0 commit comments