From a28c8ae10b8d4be847f1414119408f3e076aa8fe Mon Sep 17 00:00:00 2001 From: Brian May Date: Tue, 6 Sep 2022 08:16:24 +1000 Subject: [PATCH] Include version in setup.py too --- setup.cfg | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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',