aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-03-23 06:47:20 +0000
committerterminaldweller <devi@terminaldweller.com>2023-03-23 06:47:20 +0000
commit9d1baa1c024f3ceee1457643e1286d5e7233e92c (patch)
tree91e6ed4ab92144f7109f1c130f3c2d90781b5f40 /pyproject.toml
parentfixed the bug where we were not removing cancelled tests (diff)
downloadtunneltop-9d1baa1c024f3ceee1457643e1286d5e7233e92c.tar.gz
tunneltop-9d1baa1c024f3ceee1457643e1286d5e7233e92c.zip
fixed a bug where a smaller windows would cause a crash
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 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"