From d6ef55020c42778b440974a147caca3a884d8af3 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Fri, 18 Feb 2022 21:54:33 +0530 Subject: [PATCH] undo drop python3.6, see #162 (#163) --- setup.cfg | 3 ++- waybackpy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e885a01..395a1f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -40,7 +41,7 @@ classifiers = [options] packages = find: -python_requires = >= 3.7 +python_requires = >= 3.6 install_requires = click requests diff --git a/waybackpy/__init__.py b/waybackpy/__init__.py index 1f4661a..08ead46 100644 --- a/waybackpy/__init__.py +++ b/waybackpy/__init__.py @@ -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