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 bf47a8c commit 8d1f500Copy full SHA for 8d1f500
setup.py
@@ -14,7 +14,7 @@
14
except ImportError:
15
from distutils.core import setup
16
17
-version = '1.3.1'
+version = '1.3.2'
18
19
20
with open('README.md') as f:
telegraph/__init__.py
@@ -9,7 +9,7 @@
9
"""
10
11
__author__ = 'python273'
12
-__version__ = '1.3.1'
+__version__ = '1.3.2'
13
from .api import Telegraph, TelegraphException
from .upload import upload_file
0 commit comments