diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-07 16:20:00 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-07 16:20:00 +0000 |
commit | d9e5196dd7fd89d4d5c5da4cd13ade59a299cfa9 (patch) | |
tree | 92e5c7f87fe211934babbe85450e512745ee6847 /pyproject.toml | |
parent | updated the example toml file (diff) | |
download | tunneltop-d9e5196dd7fd89d4d5c5da4cd13ade59a299cfa9.tar.gz tunneltop-d9e5196dd7fd89d4d5c5da4cd13ade59a299cfa9.zip |
now tunneltop revives dead tasks
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index cdfbcb4..18c3f87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.2.0" +version = "0.3.0" description = "A top-like tunnel manager" authors = ["terminaldwelelr <devi@terminaldweller.com>"] license = "GPL-3.0" |