Skip to content

Commit 11fc739

Browse files
committed
1.1
1 parent 994de3b commit 11fc739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='telegraph',
17-
version='1.0',
17+
version='1.1',
1818
author='python273',
1919
author_email='whoami@python273.pw',
2020
url='https://github.com/python273/telegraph',

telegraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"""
1010

1111
__author__ = 'python273'
12-
__version__ = '1.0'
12+
__version__ = '1.1'
1313

1414
from .api import Telegraph, TelegraphException

0 commit comments

Comments
 (0)