From 369dbb18b683b4b9c3a10f64eb4d422b341c72af Mon Sep 17 00:00:00 2001 From: python273 Date: Sat, 26 Aug 2017 15:49:21 +0300 Subject: [PATCH] Update version to 1.2.1 --- setup.py | 2 +- telegraph/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4ba8e54..07fdeb3 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='telegraph', - version='1.2', + version='1.2.1', author='python273', author_email='whoami@python273.pw', url='https://github.com/python273/telegraph', diff --git a/telegraph/__init__.py b/telegraph/__init__.py index 083c21d..f2f6260 100644 --- a/telegraph/__init__.py +++ b/telegraph/__init__.py @@ -9,6 +9,6 @@ """ __author__ = 'python273' -__version__ = '1.2' +__version__ = '1.2.1' from .api import Telegraph, TelegraphException