Skip to content

Commit

Permalink
Bump version: 0.35.0 → 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p3zo committed Jun 18, 2024
1 parent 4f452d1 commit 7de29f9
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.35.0" # updated by bumpversion, do not change
__version__ = "0.36.0" # 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 @@ -43,7 +43,7 @@ Homepage = "https://github.com/p3zo/chord-progressions"
Issues = "https://github.com/p3zo/chord-progressions/issues"

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

0 comments on commit 7de29f9

Please sign in to comment.