Skip to content

Commit

Permalink
Bump version: 0.7.1 -> 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RicNord committed Sep 9, 2024
1 parent 3e09231 commit 0bd236e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intropy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.1"
__version__ = "0.7.2"

import logging
import logging.config
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ exclude_also = [
]

[tool.bumpversion]
current_version = "0.7.1"
current_version = "0.7.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down

0 comments on commit 0bd236e

Please sign in to comment.