From 031212e161a7520c767f179639ea807bab7d20c0 Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 11:28:58 +0530 Subject: [PATCH] v1.3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0181aa5..8ec2b70 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f: setup( name = 'waybackpy', packages = ['waybackpy'], - version = 'v1.2', + version = 'v1.3', description = 'A python wrapper for Internet Archives Wayback Machine', long_description=long_description, long_description_content_type='text/markdown', @@ -15,7 +15,7 @@ setup( author = 'akamhy', author_email = 'akash3pro@gmail.com', url = 'https://github.com/akamhy/waybackpy', - download_url = 'https://github.com/akamhy/waybackpy/archive/v1.2.tar.gz', + download_url = 'https://github.com/akamhy/waybackpy/archive/v1.3.tar.gz', keywords = ['wayback', 'archive', 'archive website', 'wayback machine', 'Internet Archive'], install_requires=[], python_requires='>=3.6',