diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-08-17 22:31:19 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-08-17 22:31:19 +0000 |
commit | 91fc06848a178da1e5807df460428898bb0605d1 (patch) | |
tree | dc2eb3d652ff29aa8a45096b41da97ecb3a514c9 /pyproject.toml | |
parent | added key bindings for going up and down a page (diff) | |
download | tunneltop-91fc06848a178da1e5807df460428898bb0605d1.tar.gz tunneltop-91fc06848a178da1e5807df460428898bb0605d1.zip |
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 123947d..90a46ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.4.5" +version = "0.4.6" description = "A top-like tunnel manager" authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" |