We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4d6d9 commit a28c8aeCopy full SHA for a28c8ae
setup.cfg
@@ -1,6 +1,8 @@
1
[bumpversion]
2
current_version = 1.1.0
3
4
+[bumpversion:file:setup.py]
5
+
6
[bumpversion:file:sshuttle/version.py]
7
8
[aliases]
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name="sshuttle",
25
- # version=version,
+ version='1.1.0',
26
url='https://github.com/sshuttle/sshuttle',
27
author='Brian May',
28
author_email='[email protected]',
0 commit comments