Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Dec 21, 2016
1 parent 994de3b commit 11fc739
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 @@ -14,7 +14,7 @@

setup(
name='telegraph',
version='1.0',
version='1.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.0'
__version__ = '1.1'

from .api import Telegraph, TelegraphException

0 comments on commit 11fc739

Please sign in to comment.