aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-26 10:50:56 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-26 10:50:56 +0000
commit492134483cf6ddf7edfffbf7c362f9a61c036109 (patch)
tree20cef155661667a22f6fc3c962c44f51c4042f51 /pyproject.toml
parentfixed a bug with the t keybinding where pressing it would lead to crash (diff)
downloadtunneltop-492134483cf6ddf7edfffbf7c362f9a61c036109.tar.gz
tunneltop-492134483cf6ddf7edfffbf7c362f9a61c036109.zip
a fix for the disappearing tests
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 10ae615..12d10b6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tunneltop"
-version = "0.3.3"
+version = "0.3.4"
description = "A top-like tunnel manager"
authors = ["terminaldweller <devi@terminaldweller.com>"]
license = "GPL-3.0"