diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-14 10:48:46 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-14 10:48:46 +0000 |
commit | f76c2c13aeffcee0a7827e8777fe40de3f0e2071 (patch) | |
tree | ba7fc1b3e0dd421b0e6c791c16e4cfab0b0b5507 /pyproject.toml | |
parent | fixed a typo (diff) | |
download | virttop-0.1.1.tar.gz virttop-0.1.1.zip |
tag v0.1.1v0.1.1
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 51e5bc0..e2c870b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "virttop" -version = "0.1.0" +version = "0.1.1" description = "A top like utility for libvirt" authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" |