aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-07 08:47:50 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-07 08:47:50 +0000
commit20c06eac1c7089551397710b142cf44fdaa30a3f (patch)
tree78c5629abafacc8d25294640fa711747973d76fa /pyproject.toml
parentfixed a bug where tests would not reschedule after running for the first time (diff)
downloadtunneltop-20c06eac1c7089551397710b142cf44fdaa30a3f.tar.gz
tunneltop-20c06eac1c7089551397710b142cf44fdaa30a3f.zip
fix a bug with restart where it would kill but not restart a tunnel
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2724253..b243c4e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tunneltop"
-version = "0.1.3"
+version = "0.1.4"
description = "A top-like tunnel manager"
authors = ["terminaldwelelr <devi@terminaldweller.com>"]
license = "GPL-3.0"