diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-09 10:21:56 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-09 10:21:56 +0000 |
commit | fce438549b2593b582f945b3db5cdde5aba97c54 (patch) | |
tree | 833ca61ace88052bceacdc19aef56c0d4d35cb42 /pyproject.toml | |
parent | now tunneltop revives dead tasks (diff) | |
download | tunneltop-fce438549b2593b582f945b3db5cdde5aba97c54.tar.gz tunneltop-fce438549b2593b582f945b3db5cdde5aba97c54.zip |
fix: adding a new task by using SIGHUP would not add the test to the scheduler
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 18c3f87..1ace9ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.3.0" +version = "0.3.1" description = "A top-like tunnel manager" authors = ["terminaldwelelr <devi@terminaldweller.com>"] license = "GPL-3.0" |