We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ff47d commit 6d45cd6Copy full SHA for 6d45cd6
setup.py
@@ -14,7 +14,7 @@
14
except ImportError:
15
from distutils.core import setup
16
17
-version = '1.3.2'
+version = '1.4.0'
18
19
20
with open('README.md') as f:
telegraph/__init__.py
@@ -9,7 +9,7 @@
9
"""
10
11
__author__ = 'python273'
12
-__version__ = '1.3.2'
+__version__ = '1.4.0'
13
from .api import Telegraph, TelegraphException
from .upload import upload_file
0 commit comments