changes made for v2.4.4 (update download_url) (#100)

* v2.4.4 (update download_url)

* v2.4.4 (update __version__)

* +1

add jonasjancarik
This commit is contained in:
akamhy 2021-09-03 11:28:26 +05:30 committed by GitHub
parent 6dc6124dc4
commit a7b805292d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
- akamhy (<https://github.com/akamhy>) - akamhy (<https://github.com/akamhy>)
- danvalen1 (<https://github.com/danvalen1>) - danvalen1 (<https://github.com/danvalen1>)
- AntiCompositeNumber (<https://github.com/AntiCompositeNumber>) - AntiCompositeNumber (<https://github.com/AntiCompositeNumber>)
- jonasjancarik (<https://github.com/jonasjancarik>)
## ACKNOWLEDGEMENTS ## ACKNOWLEDGEMENTS
- mhmdiaa (<https://github.com/mhmdiaa>) for <https://gist.github.com/mhmdiaa/adf6bff70142e5091792841d4b372050>. known_urls is based on this gist. - mhmdiaa (<https://github.com/mhmdiaa>) for <https://gist.github.com/mhmdiaa/adf6bff70142e5091792841d4b372050>. known_urls is based on this gist.

View File

@ -19,7 +19,7 @@ setup(
author=about["__author__"], author=about["__author__"],
author_email=about["__author_email__"], author_email=about["__author_email__"],
url=about["__url__"], url=about["__url__"],
download_url="https://github.com/akamhy/waybackpy/archive/2.4.3.tar.gz", download_url="https://github.com/akamhy/waybackpy/archive/2.4.4.tar.gz",
keywords=[ keywords=[
"Archive It", "Archive It",
"Archive Website", "Archive Website",

View File

@ -4,7 +4,7 @@ __description__ = (
"Archive pages and retrieve archived pages easily." "Archive pages and retrieve archived pages easily."
) )
__url__ = "https://akamhy.github.io/waybackpy/" __url__ = "https://akamhy.github.io/waybackpy/"
__version__ = "2.4.3" __version__ = "2.4.4"
__author__ = "akamhy" __author__ = "akamhy"
__author_email__ = "akamhy@yahoo.com" __author_email__ = "akamhy@yahoo.com"
__license__ = "MIT" __license__ = "MIT"