From a7b805292df6824663372ea9cb16ce2124013263 Mon Sep 17 00:00:00 2001 From: akamhy Date: Fri, 3 Sep 2021 11:28:26 +0530 Subject: [PATCH] changes made for v2.4.4 (update download_url) (#100) * v2.4.4 (update download_url) * v2.4.4 (update __version__) * +1 add jonasjancarik --- CONTRIBUTORS.md | 1 + setup.py | 2 +- waybackpy/__version__.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b9fea79..fec6e2d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,6 +2,7 @@ - akamhy () - danvalen1 () - AntiCompositeNumber () + - jonasjancarik () ## ACKNOWLEDGEMENTS - mhmdiaa () for . known_urls is based on this gist. diff --git a/setup.py b/setup.py index 0834e0a..0c6225d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( author=about["__author__"], author_email=about["__author_email__"], url=about["__url__"], - download_url="https://github.com/akamhy/waybackpy/archive/2.4.3.tar.gz", + download_url="https://github.com/akamhy/waybackpy/archive/2.4.4.tar.gz", keywords=[ "Archive It", "Archive Website", diff --git a/waybackpy/__version__.py b/waybackpy/__version__.py index 34ca7b8..abe0547 100644 --- a/waybackpy/__version__.py +++ b/waybackpy/__version__.py @@ -4,7 +4,7 @@ __description__ = ( "Archive pages and retrieve archived pages easily." ) __url__ = "https://akamhy.github.io/waybackpy/" -__version__ = "2.4.3" +__version__ = "2.4.4" __author__ = "akamhy" __author_email__ = "akamhy@yahoo.com" __license__ = "MIT"