diff options
author | terminaldweller <thabogre@gmail.com> | 2023-03-02 16:47:27 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-03-02 16:47:27 +0000 |
commit | ee2b61688fd023b8404843ecb4dca51d480ae62f (patch) | |
tree | 294d5d009490f690a1a616af4bfa9a04c7ba8bc9 /pyproject.toml | |
parent | fixed a bug with the t keybinding where we were using the entire line as the ... (diff) | |
download | tunneltop-ee2b61688fd023b8404843ecb4dca51d480ae62f.tar.gz tunneltop-ee2b61688fd023b8404843ecb4dca51d480ae62f.zip |
fixed the quit bug where we were waiting on cancelled asyncio tasks
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 be76317..ad57e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.3.5" +version = "0.3.6" description = "A top-like tunnel manager" authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" |