Skip to content

Commit 0bccf4e

Browse files
committed
Bump version v0.9.1 -> v0.10.0.
1 parent 1e04d5a commit 0bccf4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aurora_cycler_manager/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version information for the Aurora cycler manager package."""
22

3-
__version__ = "0.9.1"
3+
__version__ = "0.10.0"
44
__author__ = "Graham Kimbell"
55
__title__ = "Aurora cycler manager"
66
__license__ = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ exclude = [
9898
plugins = ["pydantic.mypy"]
9999

100100
[tool.bumpver]
101-
current_version = "v0.9.1"
101+
current_version = "v0.10.0"
102102
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
103103
commit_message = "Bump version {old_version} -> {new_version}."
104104
tag_message = "Release {new_version}."

0 commit comments

Comments
 (0)