Skip to content

Commit df18a3d

Browse files
committed
Update version to 1.4.1
1 parent 5a8a8e4 commit df18a3d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
except ImportError:
1515
from distutils.core import setup
1616

17-
version = '1.4.0'
17+
version = '1.4.1'
1818

1919

2020
with open('README.md') as f:
@@ -53,6 +53,7 @@
5353
'Programming Language :: Python :: 3.5',
5454
'Programming Language :: Python :: 3.6',
5555
'Programming Language :: Python :: 3.7',
56+
'Programming Language :: Python :: 3.8',
5657
'Programming Language :: Python :: Implementation :: PyPy',
5758
'Programming Language :: Python :: Implementation :: CPython',
5859
]

telegraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
__author__ = 'python273'
12-
__version__ = '1.4.0'
12+
__version__ = '1.4.1'
1313

1414
from .api import Telegraph, TelegraphException
1515
from .upload import upload_file

0 commit comments

Comments
 (0)