diff --git a/setup.py b/setup.py index 6c76969..47dfd67 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(path): ] setup( name="netunnel", - version='1.0.9', + version='1.0.10', description='A tool to create network tunnels over HTTP/S written in Python 3', long_description="\n\n".join((read("README.md"), read("CHANGES.md"))), long_description_content_type='text/markdown',