Skip to content

Commit

Permalink
Update version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Sep 17, 2018
1 parent bf47a8c commit 8d1f500
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 @@
except ImportError:
from distutils.core import setup

version = '1.3.1'
version = '1.3.2'


with open('README.md') as f:
Expand Down
2 changes: 1 addition & 1 deletion telegraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

__author__ = 'python273'
__version__ = '1.3.1'
__version__ = '1.3.2'

from .api import Telegraph, TelegraphException
from .upload import upload_file

0 comments on commit 8d1f500

Please sign in to comment.