diff --git a/setup.py b/setup.py index 3904802..0834e0a 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.2.tar.gz", + download_url="https://github.com/akamhy/waybackpy/archive/2.4.3.tar.gz", keywords=[ "Archive It", "Archive Website", diff --git a/waybackpy/__version__.py b/waybackpy/__version__.py index 3d8584f..34ca7b8 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.2" +__version__ = "2.4.3" __author__ = "akamhy" __author_email__ = "akamhy@yahoo.com" __license__ = "MIT"