diff --git a/setup.py b/setup.py index d5b4785..ab9a5c2 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ except ImportError: from distutils.core import setup -version = '2.1.0' +version = '2.2.0' with open('README.md') as f: diff --git a/telegraph/__init__.py b/telegraph/__init__.py index 0d3e437..385e236 100644 --- a/telegraph/__init__.py +++ b/telegraph/__init__.py @@ -9,7 +9,7 @@ """ __author__ = 'python273' -__version__ = '2.1.0' +__version__ = '2.2.0' from .api import Telegraph, TelegraphException from .upload import upload_file