From 3641e93c53a675848b291a25047e6bb79634fd65 Mon Sep 17 00:00:00 2001 From: Sagi Sarussi Date: Mon, 16 May 2022 19:13:52 +0300 Subject: [PATCH] Bump to version 1.0.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',