Skip to content

Commit 1dfc76a

Browse files
committed
Bump version v0.8.2 -> v0.9.0.
1 parent fb1829a commit 1dfc76a

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.8.2"
3+
__version__ = "0.9.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
@@ -82,7 +82,7 @@ exclude = [
8282
plugins = ["pydantic.mypy"]
8383

8484
[tool.bumpver]
85-
current_version = "v0.8.2"
85+
current_version = "v0.9.0"
8686
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
8787
commit_message = "Bump version {old_version} -> {new_version}."
8888
tag_message = "Release {new_version}."

0 commit comments

Comments
 (0)