diff --git a/chord_progressions/__init__.py b/chord_progressions/__init__.py index f2bdb79..1b966e1 100644 --- a/chord_progressions/__init__.py +++ b/chord_progressions/__init__.py @@ -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__)) diff --git a/pyproject.toml b/pyproject.toml index af75ceb..3336c81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"