Skip to content

Commit

Permalink
Bump version: 8.3.17 → 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abingham committed Nov 10, 2024
1 parent 88db25c commit dc3914c
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 @@ -83,7 +83,7 @@ version = { attr = "cosmic_ray.version.__version__" }


[tool.bumpversion]
current_version = "8.3.17"
current_version = "8.4.0"
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.17"
__version__ = "8.4.0"
__version_info__ = tuple(__version__.split("."))

0 comments on commit dc3914c

Please sign in to comment.