diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-11-09 00:53:25 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-11-09 00:53:25 +0000 |
commit | 0641db5b33977491dafd7ccb8ad973fe1e3d5d7e (patch) | |
tree | 8c0ec24d470f3d7eb293e4efc837818180829e36 /pyproject.toml | |
parent | fixed a bug where scrolling would cause a crash when restarting/toggling/test... (diff) | |
download | tunneltop-0641db5b33977491dafd7ccb8ad973fe1e3d5d7e.tar.gz tunneltop-0641db5b33977491dafd7ccb8ad973fe1e3d5d7e.zip |
fixed some bugs
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 81ba6d2..77a9f43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.4.3" +version = "0.4.4" description = "A top-like tunnel manager" authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" |