Skip to content

Commit

Permalink
undo drop python3.6, see #162 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
akamhy authored Feb 18, 2022
1 parent 2650943 commit d6ef550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -40,7 +41,7 @@ classifiers =
[options]
packages = find:
python_requires = >= 3.7
python_requires = >= 3.6
install_requires =
click
requests
Expand Down
2 changes: 1 addition & 1 deletion waybackpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Module initializer and provider of static information."""

__version__ = "3.0.4"
__version__ = "3.0.5"

from .availability_api import WaybackMachineAvailabilityAPI
from .cdx_api import WaybackMachineCDXServerAPI
Expand Down

0 comments on commit d6ef550

Please sign in to comment.