Skip to content

Commit

Permalink
Update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Aug 26, 2017
1 parent d4b9dd7 commit 369dbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='telegraph',
version='1.2',
version='1.2.1',
author='python273',
author_email='[email protected]',
url='https://github.com/python273/telegraph',
Expand Down
2 changes: 1 addition & 1 deletion telegraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"""

__author__ = 'python273'
__version__ = '1.2'
__version__ = '1.2.1'

from .api import Telegraph, TelegraphException

0 comments on commit 369dbb1

Please sign in to comment.