mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-14 13:04:48 +02:00
Bump version: 1.1.0 → 1.1.1
This commit is contained in:
parent
a28c8ae10b
commit
9df7a0a053
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.1.0
|
current_version = 1.1.1
|
||||||
|
|
||||||
[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.0',
|
version='1.1.1',
|
||||||
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.0'
|
__version__ = version = '1.1.1'
|
||||||
|
Loading…
Reference in New Issue
Block a user