summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
-rw-r--r--setup.cfg2
-rwxr-xr-xsetup.py2
-rw-r--r--sshuttle/version.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8441f27..807e159 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"
diff --git a/setup.cfg b/setup.cfg
index 3891520..4949527 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.1.1
+current_version = 1.1.2
[bumpversion:file:setup.py]
diff --git a/setup.py b/setup.py
index 4d49257..ebc65d1 100755
--- a/setup.py
+++ b/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',
diff --git a/sshuttle/version.py b/sshuttle/version.py
index b5b4f93..7062302 100644
--- a/sshuttle/version.py
+++ b/sshuttle/version.py
@@ -1 +1 @@
-__version__ = version = '1.1.1'
+__version__ = version = '1.1.2'