aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-09 10:21:56 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-09 10:21:56 +0000
commitfce438549b2593b582f945b3db5cdde5aba97c54 (patch)
tree833ca61ace88052bceacdc19aef56c0d4d35cb42 /pyproject.toml
parentnow tunneltop revives dead tasks (diff)
downloadtunneltop-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.toml2
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"