aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-03-27 17:31:27 +0000
committerterminaldweller <devi@terminaldweller.com>2023-03-27 17:31:27 +0000
commit225d19a78e5b7507ee644b19b99f7e8c84c32bea (patch)
tree4682026990e02da73c01ad82cfd65674a71ddf6d /pyproject.toml
parentfixed the help option, fixed some breakages, some operations are now async, u... (diff)
downloadvirttop-225d19a78e5b7507ee644b19b99f7e8c84c32bea.tar.gz
virttop-225d19a78e5b7507ee644b19b99f7e8c84c32bea.zip
fixed a bug where an inactive pool would throw exceptions
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 73afd96..e5ead81 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "virttop"
-version = "0.2.2"
+version = "0.2.3"
description = "A top like utility for libvirt"
authors = ["terminaldweller <devi@terminaldweller.com>"]
license = "GPL-3.0"