Skip to content

Commit 8847f38

Browse files
committed
Update version to 2.0.1
1 parent 420b9da commit 8847f38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 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 = '2.0.0'
17+
version = '2.0.1'
1818

1919

2020
with open('README.md') as f:

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__ = '2.0.0'
12+
__version__ = '2.0.1'
1313

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

0 commit comments

Comments
 (0)