diff options
author | terminaldweller <thabogre@gmail.com> | 2023-03-17 20:24:44 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-03-17 20:24:44 +0000 |
commit | f82c6bfd7f67f80e75d79391a5db53dc90a7bc70 (patch) | |
tree | 442862e795fb0b289b46df344e15a04b47138610 /pyproject.toml | |
parent | added the new auto_start option to the readme (diff) | |
download | tunneltop-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.toml | 2 |
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" |