summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f4abe55..f4be2cd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,8 @@
[bumpversion]
current_version = 1.1.0
+[bumpversion:file:setup.py]
+
[bumpversion:file:sshuttle/version.py]
[aliases]
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',