From baa256c61aa6cbb3388ce38c057ab95fc9a53dcb Mon Sep 17 00:00:00 2001 From: Leo Gallucci Date: Thu, 20 Jan 2022 17:42:29 +0100 Subject: [PATCH] Release 0.0.8 with dummy CLI Signed-off-by: Leo Gallucci --- iometrics/__init__.py | 2 +- pyproject.toml | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iometrics/__init__.py b/iometrics/__init__.py index b2dd149..0f1a692 100644 --- a/iometrics/__init__.py +++ b/iometrics/__init__.py @@ -57,7 +57,7 @@ :license: Apache 2.0, see LICENSE for more details. """ # Do not change the version here but rather `tbump "0.0.5" --only-patch` -__version__ = "0.0.7" +__version__ = "0.0.8" from iometrics.network import NetworkMetrics from iometrics.disk import DiskMetrics diff --git a/pyproject.toml b/pyproject.toml index 99ca7fd..3249b21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "iometrics" # Note tbump will bump `version` and also `iometrics/__init__.py` # Do not change the version here but rather `tbump "0.0.5" --only-patch` -version = "0.0.7" +version = "0.0.8" description = "Network and Disk I/O Stats Monitor" authors = ["Leo Gallucci "] readme = "README.md" diff --git a/tbump.toml b/tbump.toml index 698e17a..c72cd51 100644 --- a/tbump.toml +++ b/tbump.toml @@ -8,7 +8,7 @@ github_url = "https://github.com/elgalu/iometrics" [version] # Do not change the version here but rather `tbump "0.0.5" --only-patch` -current = "0.0.7" +current = "0.0.8" regex = ''' (?P\d+) \.