Skip to content

Commit

Permalink
Bump version: 5.2.0 → 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Aug 12, 2015
1 parent 8723712 commit 45cbf37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
current_version = 5.2.0
current_version = 5.2.1
files = mixer/__init__.py
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion mixer/__init__.py
Expand Up @@ -14,7 +14,7 @@
# Module information
# ==================

__version__ = "5.2.0"
__version__ = "5.2.1"
__project__ = "mixer"
__author__ = "horneds <horneds@gmail.com>"
__license__ = "BSD"

0 comments on commit 45cbf37

Please sign in to comment.