Skip to content

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Nov 2, 2021
1 parent 420b9da commit 8847f38
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 = '2.0.0'
version = '2.0.1'


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__ = '2.0.0'
__version__ = '2.0.1'

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

0 comments on commit 8847f38

Please sign in to comment.