diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-26 10:50:56 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-26 10:50:56 +0000 |
commit | 492134483cf6ddf7edfffbf7c362f9a61c036109 (patch) | |
tree | 20cef155661667a22f6fc3c962c44f51c4042f51 /pyproject.toml | |
parent | fixed a bug with the t keybinding where pressing it would lead to crash (diff) | |
download | tunneltop-492134483cf6ddf7edfffbf7c362f9a61c036109.tar.gz tunneltop-492134483cf6ddf7edfffbf7c362f9a61c036109.zip |
a fix for the disappearing tests
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 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" |