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 420b9da commit 8847f38Copy full SHA for 8847f38
setup.py
@@ -14,7 +14,7 @@
14
except ImportError:
15
from distutils.core import setup
16
17
-version = '2.0.0'
+version = '2.0.1'
18
19
20
with open('README.md') as f:
telegraph/__init__.py
@@ -9,7 +9,7 @@
9
"""
10
11
__author__ = 'python273'
12
-__version__ = '2.0.0'
+__version__ = '2.0.1'
13
from .api import Telegraph, TelegraphException
from .upload import upload_file
0 commit comments