Skip to content

Commit

Permalink
V2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Mahanty committed Oct 17, 2020
1 parent 2b13245 commit 925be7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
author = about['__author__'],
author_email = about['__author_email__'],
url = about['__url__'],
download_url = 'https://github.com/akamhy/waybackpy/archive/2.1.9.tar.gz',
keywords = ['wayback', 'archive', 'archive website', 'wayback machine', 'Internet Archive'],
download_url = 'https://github.com/akamhy/waybackpy/archive/2.2.0.tar.gz',
keywords = ['waybackpy', 'archive', 'archive website', 'wayback machine', 'Internet Archive'],
install_requires=[],
python_requires= ">=3.2",
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion waybackpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = "waybackpy"
__description__ = "A Python package that interfaces with the Internet Archive's Wayback Machine API. Archive pages and retrieve archived pages easily."
__url__ = "https://akamhy.github.io/waybackpy/"
__version__ = "2.1.9"
__version__ = "2.2.0"
__author__ = "akamhy"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit 925be7b

Please sign in to comment.