diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-22 07:42:38 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-22 07:42:38 +0000 |
commit | 9a0c3e7f4b478e3ea3963615be078609ce324856 (patch) | |
tree | f40d405768dfbc7c89b8e8d74932a5ab05a9ddd9 /pyproject.toml | |
parent | added the t keybinding to the readme (diff) | |
download | tunneltop-9a0c3e7f4b478e3ea3963615be078609ce324856.tar.gz tunneltop-9a0c3e7f4b478e3ea3963615be078609ce324856.zip |
fixed a bug with the t keybinding where pressing it would lead to crash
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 170affb..10ae615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.3.2" +version = "0.3.3" description = "A top-like tunnel manager" authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" |