We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd934b commit 5bdeedaCopy full SHA for 5bdeeda
aurora_cycler_manager/version.py
@@ -1,6 +1,6 @@
1
"""Version information for the Aurora cycler manager package."""
2
3
-__version__ = "0.8.0"
+__version__ = "0.8.1"
4
__author__ = "Graham Kimbell"
5
__title__ = "Aurora cycler manager"
6
__license__ = "MIT"
pyproject.toml
@@ -84,7 +84,7 @@ exclude = [
84
plugins = ["pydantic.mypy"]
85
86
[tool.bumpver]
87
-current_version = "v0.8.0"
+current_version = "v0.8.1"
88
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
89
commit_message = "Bump version {old_version} -> {new_version}."
90
tag_message = "Release {new_version}."
0 commit comments