aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-03-24 13:44:29 +0000
committerterminaldweller <devi@terminaldweller.com>2023-03-24 13:44:29 +0000
commit17b15dfcebce7537e411ef69f6493c8ab1f49544 (patch)
tree9295dca8bc19cbc89b570a37b8fb8a1be191c334 /pyproject.toml
parentfixed the main function so poetry build actually works correctly (diff)
downloadvirttop-17b15dfcebce7537e411ef69f6493c8ab1f49544.tar.gz
virttop-17b15dfcebce7537e411ef69f6493c8ab1f49544.zip
fixed the help option, fixed some breakages, some operations are now async, updated the readme
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d36c74f..73afd96 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "virttop"
-version = "0.2.1"
+version = "0.2.2"
description = "A top like utility for libvirt"
authors = ["terminaldweller <devi@terminaldweller.com>"]
license = "GPL-3.0"