diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-07 05:41:29 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-07 05:41:29 +0000 |
commit | 76a991c2ab5e9a3cb53c4fa4cb5094239ac83c3e (patch) | |
tree | 68f6b46789a4bf3d28b545724fe1fec959d22b82 /pyproject.toml | |
parent | fixed the disabled task coloring issue. fixed the log to home dir (diff) | |
download | tunneltop-76a991c2ab5e9a3cb53c4fa4cb5094239ac83c3e.tar.gz tunneltop-76a991c2ab5e9a3cb53c4fa4cb5094239ac83c3e.zip |
fixed a bug where tests would not reschedule after running for the first time
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 d6f5113..2724253 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.1.1" +version = "0.1.3" description = "A top-like tunnel manager" authors = ["terminaldwelelr <devi@terminaldweller.com>"] license = "GPL-3.0" |