Skip to content

Commit

Permalink
Bump version: 8.3.12 → 8.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
abingham committed Jul 12, 2024
1 parent 39d47e1 commit a0b4150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ version = { attr = "cosmic_ray.version.__version__" }


[tool.bumpversion]
current_version = "8.3.12"
current_version = "8.3.13"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
tag = true
Expand Down
2 changes: 1 addition & 1 deletion src/cosmic_ray/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Cosmic Ray version info."""

__version__ = "8.3.12"
__version__ = "8.3.13"
__version_info__ = tuple(__version__.split("."))

0 comments on commit a0b4150

Please sign in to comment.