diff --git a/waybackpy/__version__.py b/waybackpy/__version__.py index fc1bb3d..2f7f6fe 100644 --- a/waybackpy/__version__.py +++ b/waybackpy/__version__.py @@ -1,12 +1,10 @@ -# -*- coding: utf-8 -*- - __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.3.2" +__version__ = "2.3.3" __author__ = "akamhy" __author_email__ = "akamhy@yahoo.com" __license__ = "MIT"