Skip to content

Commit 26b09c8

Browse files
committed
Bump version v0.8.1 -> v0.8.2.
1 parent 6b7e2a0 commit 26b09c8

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.1"
3+
__version__ = "0.8.2"
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
@@ -84,7 +84,7 @@ exclude = [
8484
plugins = ["pydantic.mypy"]
8585

8686
[tool.bumpver]
87-
current_version = "v0.8.1"
87+
current_version = "v0.8.2"
8888
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
8989
commit_message = "Bump version {old_version} -> {new_version}."
9090
tag_message = "Release {new_version}."

0 commit comments

Comments
 (0)