Skip to content

Commit

Permalink
Bump version: 0.37.0 → 0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p3zo committed Jun 19, 2024
1 parent a0752f5 commit 903d5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chord_progressions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import os

__version__ = "0.37.0" # updated by bumpversion, do not change
__version__ = "0.37.1" # updated by bumpversion, do not change

THIS_DIR = os.path.dirname(os.path.realpath(__file__))

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Homepage = "https://github.com/p3zo/chord-progressions"
Issues = "https://github.com/p3zo/chord-progressions/issues"

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

0 comments on commit 903d5ac

Please sign in to comment.