summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2022-09-06 08:16:24 +1000
committerBrian May <brian@linuxpenguins.xyz>2022-09-06 08:17:36 +1000
commita28c8ae10b8d4be847f1414119408f3e076aa8fe (patch)
tree16e99c8ca9df16ced3e3507ae7e42a66ba656146 /setup.py
parent4f4d6d9f4d83bdbe5f4123b52eb4fadcfba6c974 (diff)
Include version in setup.py too
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 00f683c..26c6a7c 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages
setup(
name="sshuttle",
- # version=version,
+ version='1.1.0',
url='https://github.com/sshuttle/sshuttle',
author='Brian May',
author_email='brian@linuxpenguins.xyz',