Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
realgam3 committed Jan 7, 2024
1 parent 0435f3e commit 06c4e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requests_raw/__version__.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected]'
__license__ = 'Apache 2.0'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 06c4e1a

Please sign in to comment.