Update __version__.py

This commit is contained in:
Akash
2020-07-18 19:26:41 +05:30
committed by GitHub
parent f7de8f5575
commit eee1b8eba1

View File

@@ -3,7 +3,7 @@
__title__ = "waybackpy" __title__ = "waybackpy"
__description__ = "A Python library that interfaces with the Internet Archive's Wayback Machine API. Archive pages and retrieve archived pages easily." __description__ = "A Python library that interfaces with the Internet Archive's Wayback Machine API. Archive pages and retrieve archived pages easily."
__url__ = "https://akamhy.github.io/waybackpy/" __url__ = "https://akamhy.github.io/waybackpy/"
__version__ = "2.0.1" __version__ = "2.0.2"
__author__ = "akamhy" __author__ = "akamhy"
__author_email__ = "akash3pro@gmail.com" __author_email__ = "akash3pro@gmail.com"
__license__ = "MIT" __license__ = "MIT"