aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-26 10:54:44 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-26 10:54:44 +0000
commitf48d5104634b45aec04b3b3f552e99a7bf2b5b14 (patch)
tree6eb27ea234e6152cde131b8f133370341db0fedd /pyproject.toml
parenta fix for the disappearing tests (diff)
downloadtunneltop-f48d5104634b45aec04b3b3f552e99a7bf2b5b14.tar.gz
tunneltop-f48d5104634b45aec04b3b3f552e99a7bf2b5b14.zip
fixed a bug with the t keybinding where we were using the entire line as the task name
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 12d10b6..be76317 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tunneltop"
-version = "0.3.4"
+version = "0.3.5"
description = "A top-like tunnel manager"
authors = ["terminaldweller <devi@terminaldweller.com>"]
license = "GPL-3.0"