Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
M4t7e committed May 2, 2020
1 parent e9c0f99 commit 5b767f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="PyTLSSniff",
version="0.1.0",
version="0.1.1",
author="M4t7e",
license='MIT License',
description="Python TLS handshake sniffer to extract domain names",
Expand All @@ -21,7 +21,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6, <=3.8',
python_requires='>=3.6',
install_requires=install_requires,
platforms=('Any'),
entry_points={'console_scripts': [
Expand Down

0 comments on commit 5b767f9

Please sign in to comment.