v2.3.3
This commit is contained in:
parent
e0a4b007d5
commit
d98c4f32ad
@ -1,12 +1,10 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
__title__ = "waybackpy"
|
__title__ = "waybackpy"
|
||||||
__description__ = (
|
__description__ = (
|
||||||
"A Python package that interfaces with the Internet Archive's Wayback Machine API. "
|
"A Python package that interfaces with the Internet Archive's Wayback Machine API. "
|
||||||
"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.3.2"
|
__version__ = "2.3.3"
|
||||||
__author__ = "akamhy"
|
__author__ = "akamhy"
|
||||||
__author_email__ = "akamhy@yahoo.com"
|
__author_email__ = "akamhy@yahoo.com"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user