diff --git a/iometrics/__init__.py b/iometrics/__init__.py index c4f9828..053edb8 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.2" +__version__ = "0.0.3" from iometrics.network import NetworkMetrics from iometrics.disk import DiskMetrics diff --git a/pyproject.toml b/pyproject.toml index e26a400..450de67 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.2" +version = "0.0.3" description = "Network and Disk I/O Stats Monitor" authors = ["Leo Gallucci "] readme = "README.md" diff --git a/tbump.toml b/tbump.toml index 2211240..b31bd66 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.2" +current = "0.0.3" regex = ''' (?P\d+) \.