mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-25 09:23:48 +01:00
Include version in setup.py too
This commit is contained in:
parent
4f4d6d9f4d
commit
a28c8ae10b
@ -1,6 +1,8 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.1.0
|
current_version = 1.1.0
|
||||||
|
|
||||||
|
[bumpversion:file:setup.py]
|
||||||
|
|
||||||
[bumpversion:file:sshuttle/version.py]
|
[bumpversion:file:sshuttle/version.py]
|
||||||
|
|
||||||
[aliases]
|
[aliases]
|
||||||
|
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="sshuttle",
|
name="sshuttle",
|
||||||
# version=version,
|
version='1.1.0',
|
||||||
url='https://github.com/sshuttle/sshuttle',
|
url='https://github.com/sshuttle/sshuttle',
|
||||||
author='Brian May',
|
author='Brian May',
|
||||||
author_email='brian@linuxpenguins.xyz',
|
author_email='brian@linuxpenguins.xyz',
|
||||||
|
Loading…
Reference in New Issue
Block a user