From e611e8d047344981d621db9177b6e3c7f3aec2c2 Mon Sep 17 00:00:00 2001 From: dhsavell Date: Wed, 27 May 2020 16:33:52 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.1.1=20=E2=86=92=203.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- beatmachine/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"