We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa4efd commit dba2540Copy full SHA for dba2540
aurora_cycler_manager/version.py
@@ -1,6 +1,6 @@
1
"""Version information for the Aurora cycler manager package."""
2
3
-__version__ = "0.10.1"
+__version__ = "0.10.2"
4
__author__ = "Graham Kimbell"
5
__title__ = "Aurora cycler manager"
6
__license__ = "MIT"
pyproject.toml
@@ -98,7 +98,7 @@ exclude = [
98
plugins = ["pydantic.mypy"]
99
100
[tool.bumpver]
101
-current_version = "v0.10.1"
+current_version = "v0.10.2"
102
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
103
commit_message = "Bump version {old_version} -> {new_version}."
104
tag_message = "Release {new_version}."
0 commit comments