Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Release 0.0.8 with dummy CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Gallucci <elgalu3@gmail.com>
  • Loading branch information
elgalu committed Jan 20, 2022
1 parent e0972d3 commit baa256c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iometrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <elgalu3@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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<major>\d+)
\.
Expand Down

0 comments on commit baa256c

Please sign in to comment.