Skip to content

Commit

Permalink
Bump version: 0.0.6 → 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Some User committed Dec 21, 2022
1 parent 4028ebe commit bf13113
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.6
current_version = 0.0.7
files = procstat/__init__.py pyproject.toml
commit = True
tag = True
2 changes: 1 addition & 1 deletion procstat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .stat import Stat

__version__ = "0.0.6"
__version__ = "0.0.7"
__all__ = ["Stat"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]

name = "procstat"
version = "0.0.6"
version = "0.0.7"
description = "Tool to count runtime metrics"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit bf13113

Please sign in to comment.