Skip to content

Commit

Permalink
Update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Mar 4, 2019
1 parent 46ff47d commit 6d45cd6
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.2'
version = '1.4.0'


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.2'
__version__ = '1.4.0'

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

0 comments on commit 6d45cd6

Please sign in to comment.