diff --git a/requests_raw/__version__.py b/requests_raw/__version__.py index b884aab..4324f3f 100644 --- a/requests_raw/__version__.py +++ b/requests_raw/__version__.py @@ -1,8 +1,8 @@ __title__ = 'requests-raw' __description__ = 'HTTP communication through raw sockets using requests for RFC compliance testing' __url__ = 'https://github.com/realgam3/requests-raw' -__version__ = '2.0.0' -__build__ = 0x020000 +__version__ = '2.0.1' +__build__ = 0x020001 __author__ = 'Tomer Zait (realgam3)' __author_email__ = 'realgam3@gmail.com' __license__ = 'Apache 2.0' diff --git a/setup.py b/setup.py index 75dec7f..92e9a5c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ author=about['__author__'], author_email=about['__author_email__'], packages=find_packages(exclude=['examples', 'tests']), - python_requires=">=3.8", + python_requires=">=3.7", install_requires=install_requires, license=about['__license__'], platforms='any',