mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-27 02:13:59 +01:00
Bump version to 1.2.0
This commit is contained in:
parent
1885974f52
commit
cd2d69ac08
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.1.2
|
current_version = 1.2.0
|
||||||
|
|
||||||
[bumpversion:file:setup.py]
|
[bumpversion:file:setup.py]
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="sshuttle",
|
name="sshuttle",
|
||||||
version='1.1.2',
|
version='1.2.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',
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = version = '1.1.2'
|
__version__ = version = '1.2.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user