Skip to content

Commit

Permalink
Bump version: 8.3.15 → 8.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
abingham committed Sep 11, 2024
1 parent b34c667 commit 4e42f15
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 @@ -84,7 +84,7 @@ version = { attr = "cosmic_ray.version.__version__" }


[tool.bumpversion]
current_version = "8.3.15"
current_version = "8.3.16"
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.15"
__version__ = "8.3.16"
__version_info__ = tuple(__version__.split("."))

0 comments on commit 4e42f15

Please sign in to comment.