Skip to content

Commit da629de

Browse files
committed
Update version to 2.1.0
1 parent 35ec7d5 commit da629de

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.1'
17+
version = '2.1.0'
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.1'
12+
__version__ = '2.1.0'
1313

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

0 commit comments

Comments
 (0)