From 0b71433667af05fe22a69bc9357691b7550de8d9 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Fri, 1 Jan 2021 19:15:23 +0530 Subject: [PATCH] v2.3.1 (#54) * 2.3.1 * 2.3.1 --- setup.py | 2 +- waybackpy/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fe415f4..ce47b12 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.3.0.tar.gz", + download_url="https://github.com/akamhy/waybackpy/archive/2.3.1.tar.gz", keywords=[ "Archive It", "Archive Website", diff --git a/waybackpy/__version__.py b/waybackpy/__version__.py index 8d95608..b83035e 100644 --- a/waybackpy/__version__.py +++ b/waybackpy/__version__.py @@ -6,7 +6,7 @@ __description__ = ( "Archive pages and retrieve archived pages easily." ) __url__ = "https://akamhy.github.io/waybackpy/" -__version__ = "2.3.0" +__version__ = "2.3.1" __author__ = "akamhy" __author_email__ = "akash3pro@gmail.com" __license__ = "MIT"