mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-21 23:43:18 +01:00
Bump version: 1.1.1 → 1.1.2
This commit is contained in:
parent
e6563f2c39
commit
fd424c5c55
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "sshuttle"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
description = "Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling."
|
||||
authors = ["Brian May <brian@linuxpenguins.xyz>"]
|
||||
license = "LGPL-2.1"
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.1.1
|
||||
current_version = 1.1.2
|
||||
|
||||
[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.1',
|
||||
version='1.1.2',
|
||||
url='https://github.com/sshuttle/sshuttle',
|
||||
author='Brian May',
|
||||
author_email='brian@linuxpenguins.xyz',
|
||||
|
@ -1 +1 @@
|
||||
__version__ = version = '1.1.1'
|
||||
__version__ = version = '1.1.2'
|
||||
|
Loading…
Reference in New Issue
Block a user