Skip to content

Commit 7896eeb

Browse files
committed
Bump version: 5.2.2 → 5.3.0
1 parent 1f7a724 commit 7896eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
3-
current_version = 5.2.2
3+
current_version = 5.3.0
44
files = mixer/__init__.py
55
tag = True
66
tag_name = {new_version}

mixer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Module information
1515
# ==================
1616

17-
__version__ = "5.2.2"
17+
__version__ = "5.3.0"
1818
__project__ = "mixer"
1919
__author__ = "horneds <[email protected]>"
2020
__license__ = "BSD"

0 commit comments

Comments
 (0)