We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b9dd7 commit 369dbb1Copy full SHA for 369dbb1
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='telegraph',
20
- version='1.2',
+ version='1.2.1',
21
author='python273',
22
author_email='whoami@python273.pw',
23
url='https://github.com/python273/telegraph',
telegraph/__init__.py
@@ -9,6 +9,6 @@
9
"""
10
11
__author__ = 'python273'
12
-__version__ = '1.2'
+__version__ = '1.2.1'
13
14
from .api import Telegraph, TelegraphException
0 commit comments