diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-03-23 06:47:20 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-03-23 06:47:20 +0000 |
commit | 9d1baa1c024f3ceee1457643e1286d5e7233e92c (patch) | |
tree | 91e6ed4ab92144f7109f1c130f3c2d90781b5f40 /pyproject.toml | |
parent | fixed the bug where we were not removing cancelled tests (diff) | |
download | tunneltop-9d1baa1c024f3ceee1457643e1286d5e7233e92c.tar.gz tunneltop-9d1baa1c024f3ceee1457643e1286d5e7233e92c.zip |
fixed a bug where a smaller windows would cause a crash
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 56fed43..3ba8022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.4.1" +version = "0.4.2" description = "A top-like tunnel manager" authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" |