Bump version: 1.1.0 → 1.1.1

This commit is contained in:
Brian May 2022-09-06 08:17:47 +10:00
parent a28c8ae10b
commit 9df7a0a053
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
[bumpversion:file:setup.py]

View File

@ -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',

View File

@ -1 +1 @@
__version__ = version = '1.1.0'
__version__ = version = '1.1.1'