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