aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-07 09:04:28 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-07 09:04:28 +0000
commitc0b3fc7a051258ee7c1006f161ee4fe57a328933 (patch)
treec75c5eb838d6d8329ecd147004c1c363ca9aa492 /pyproject.toml
parentfix a bug with restart where it would kill but not restart a tunnel (diff)
downloadtunneltop-c0b3fc7a051258ee7c1006f161ee4fe57a328933.tar.gz
tunneltop-c0b3fc7a051258ee7c1006f161ee4fe57a328933.zip
fix the test times not being very accurate by lowering the halfdelay value from 20 to 2
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b243c4e..03edd91 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tunneltop"
-version = "0.1.4"
+version = "0.1.5"
description = "A top-like tunnel manager"
authors = ["terminaldwelelr <devi@terminaldweller.com>"]
license = "GPL-3.0"