diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-20 06:52:54 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-20 06:52:54 +0000 |
commit | bb115226bbcc02d034e3171a68320764d56fd1f7 (patch) | |
tree | d0974f220e4f376c15fce31c55cf5d58646967bc /pyproject.toml | |
parent | fix: adding a new task by using SIGHUP would not add the test to the scheduler (diff) | |
download | tunneltop-bb115226bbcc02d034e3171a68320764d56fd1f7.tar.gz tunneltop-bb115226bbcc02d034e3171a68320764d56fd1f7.zip |
the tests would never complete and were never removed when flipping a task. added a new keybinding, t, to run a test on demand
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1ace9ed..170affb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "tunneltop" -version = "0.3.1" +version = "0.3.2" description = "A top-like tunnel manager" -authors = ["terminaldwelelr <devi@terminaldweller.com>"] +authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" readme = "README.md" homepage = "https://github.com/terminaldweller/tunneltop" |