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',