diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-07 11:38:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-07 11:38:01 +0000 |
commit | 8383df2aa40bbcdcca77acd91245e61350903a94 (patch) | |
tree | 9fed65f31220fc144e6fc16cad42a7faaf5f6851 /pyproject.toml | |
parent | fix the test times not being very accurate by lowering the halfdelay value fr... (diff) | |
download | tunneltop-8383df2aa40bbcdcca77acd91245e61350903a94.tar.gz tunneltop-8383df2aa40bbcdcca77acd91245e61350903a94.zip |
added different colors for different stati
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 03edd91..48a487e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.1.5" +version = "0.1.6" description = "A top-like tunnel manager" authors = ["terminaldwelelr <devi@terminaldweller.com>"] license = "GPL-3.0" |