From 93ef60ecd2ce149d51dcbcc16115ada79a37f845 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Mon, 14 Dec 2020 00:14:54 +0530 Subject: [PATCH] v2.3.0 (#46) * v2.3.0 * v2.3.0 * decrease line length --- setup.py | 8 +++++--- waybackpy/__version__.py | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a1f62f6..e006313 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,11 @@ setup( author=about['__author__'], author_email=about['__author_email__'], url=about['__url__'], - download_url='https://github.com/akamhy/waybackpy/archive/2.2.0.tar.gz', - keywords=['waybackpy', 'archive', 'archive website', 'wayback machine', 'Internet Archive'], - install_requires=[], + download_url='https://github.com/akamhy/waybackpy/archive/2.3.0.tar.gz', + keywords=['Archive It', 'Archive Website', 'Wayback Machine', + 'waybackurls', 'Internet Archive', + ], + install_requires=['requests'], python_requires=">=3.4", classifiers=[ 'Development Status :: 5 - Production/Stable', diff --git a/waybackpy/__version__.py b/waybackpy/__version__.py index bf85a63..8d95608 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.2.0" +__version__ = "2.3.0" __author__ = "akamhy" __author_email__ = "akash3pro@gmail.com" __license__ = "MIT"