This commit is contained in:
Akash Mahanty 2021-01-12 10:18:09 +05:30
parent 6142e0b353
commit 7bb01df846
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ setup(
author=about["__author__"], author=about["__author__"],
author_email=about["__author_email__"], author_email=about["__author_email__"],
url=about["__url__"], url=about["__url__"],
download_url="https://github.com/akamhy/waybackpy/archive/2.4.0.tar.gz", download_url="https://github.com/akamhy/waybackpy/archive/2.4.1.tar.gz",
keywords=[ keywords=[
"Archive It", "Archive It",
"Archive Website", "Archive Website",

View File

@ -4,7 +4,7 @@ __description__ = (
"Archive pages and retrieve archived pages easily." "Archive pages and retrieve archived pages easily."
) )
__url__ = "https://akamhy.github.io/waybackpy/" __url__ = "https://akamhy.github.io/waybackpy/"
__version__ = "2.4.0" __version__ = "2.4.1"
__author__ = "akamhy" __author__ = "akamhy"
__author_email__ = "akamhy@yahoo.com" __author_email__ = "akamhy@yahoo.com"
__license__ = "MIT" __license__ = "MIT"