diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-07 12:55:19 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-07 12:55:19 +0000 |
commit | 7f1b2583956602e26e241391bc20ed0623c87460 (patch) | |
tree | 0aabd8a8ae7e784e0ae51eb04f0341e240d61a65 /pyproject.toml | |
parent | added different colors for different stati (diff) | |
download | tunneltop-7f1b2583956602e26e241391bc20ed0623c87460.tar.gz tunneltop-7f1b2583956602e26e241391bc20ed0623c87460.zip |
now colors are configurable
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 48a487e..cdfbcb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.1.6" +version = "0.2.0" description = "A top-like tunnel manager" authors = ["terminaldwelelr <devi@terminaldweller.com>"] license = "GPL-3.0" |