diff --git a/setup.py b/setup.py index 35c7c25..66d58f4 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ except ImportError: from distutils.core import setup -version = '1.3.1' +version = '1.3.2' with open('README.md') as f: diff --git a/telegraph/__init__.py b/telegraph/__init__.py index 0e4fff7..8daa10c 100644 --- a/telegraph/__init__.py +++ b/telegraph/__init__.py @@ -9,7 +9,7 @@ """ __author__ = 'python273' -__version__ = '1.3.1' +__version__ = '1.3.2' from .api import Telegraph, TelegraphException from .upload import upload_file