mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-24 17:04:36 +01:00
Bump version: 1.1.0 → 1.1.1
This commit is contained in:
parent
a28c8ae10b
commit
9df7a0a053
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.1.0
|
||||
current_version = 1.1.1
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="sshuttle",
|
||||
version='1.1.0',
|
||||
version='1.1.1',
|
||||
url='https://github.com/sshuttle/sshuttle',
|
||||
author='Brian May',
|
||||
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