aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-03-17 20:24:44 +0000
committerterminaldweller <thabogre@gmail.com>2023-03-17 20:24:44 +0000
commitf82c6bfd7f67f80e75d79391a5db53dc90a7bc70 (patch)
tree442862e795fb0b289b46df344e15a04b47138610 /pyproject.toml
parentadded the new auto_start option to the readme (diff)
downloadtunneltop-f82c6bfd7f67f80e75d79391a5db53dc90a7bc70.tar.gz
tunneltop-f82c6bfd7f67f80e75d79391a5db53dc90a7bc70.zip
fixed the bug where we were not removing cancelled tests
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 44270e7..56fed43 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tunneltop"
-version = "0.4.0"
+version = "0.4.1"
description = "A top-like tunnel manager"
authors = ["terminaldweller <devi@terminaldweller.com>"]
license = "GPL-3.0"