Skip to content

Commit a28c8ae

Browse files
committed
Include version in setup.py too
1 parent 4f4d6d9 commit a28c8ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[bumpversion]
22
current_version = 1.1.0
33

4+
[bumpversion:file:setup.py]
5+
46
[bumpversion:file:sshuttle/version.py]
57

68
[aliases]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="sshuttle",
25-
# version=version,
25+
version='1.1.0',
2626
url='https://github.com/sshuttle/sshuttle',
2727
author='Brian May',
2828
author_email='[email protected]',

0 commit comments

Comments
 (0)