We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7a724 commit 7896eebCopy full SHA for 7896eeb
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
-current_version = 5.2.2
+current_version = 5.3.0
4
files = mixer/__init__.py
5
tag = True
6
tag_name = {new_version}
mixer/__init__.py
@@ -14,7 +14,7 @@
14
# Module information
15
# ==================
16
17
-__version__ = "5.2.2"
+__version__ = "5.3.0"
18
__project__ = "mixer"
19
__author__ = "horneds <[email protected]>"
20
__license__ = "BSD"
0 commit comments