Skip to content

Commit

Permalink
Bump version: 3.1.1 → 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhsavell committed May 27, 2020
1 parent 5da0882 commit e611e8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.1
current_version = 3.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion beatmachine/__init__.py
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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 <dhsavell05@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit e611e8d

Please sign in to comment.