diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e84307c..4ed6cbf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.1 +current_version = 3.1.2 commit = True tag = True diff --git a/beatmachine/__init__.py b/beatmachine/__init__.py index 6d17ebd..37a586e 100644 --- a/beatmachine/__init__.py +++ b/beatmachine/__init__.py @@ -2,7 +2,7 @@ The Beat Machine is a library for playing with beats of songs. """ -__version__ = "3.1.1" +__version__ = "3.1.2" from . import loader, effects from .beats import Beats diff --git a/pyproject.toml b/pyproject.toml index 784f389..0b5b37e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ to = {format = "setuppy", path = "setup.py"} [tool.poetry] name = "beatmachine" -version = "3.1.1" +version = "3.1.2" description = "A library for procedurally remixing songs" authors = ["dhsavell "] license = "MIT"