Skip to content

Commit

Permalink
Update version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Jun 11, 2020
1 parent 5a8a8e4 commit df18a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 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.4.0'
version = '1.4.1'


with open('README.md') as f:
Expand Down Expand Up @@ -53,6 +53,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: CPython',
]
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.4.0'
__version__ = '1.4.1'

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

0 comments on commit df18a3d

Please sign in to comment.