Skip to content

Commit 247ada9

Browse files
committed
bump version
1 parent bec2d69 commit 247ada9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extra/com.github.taiko2k.tauonmb.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<releases>
6363

6464

65-
<release version="9.0.0" date="2026-01-31">
65+
<release version="9.1.0" date="2026-02-27">
6666
<description>
6767
<ul>
6868
<li>Added Milkdrop visualiser support</li>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Should also be bumped in:
44
# * __main__.py
55
# * extra/com.github.taiko2k.tauonmb.appdata.xml for Flatpak
6-
version = "9.0.0"
6+
version = "9.1.0"
77
description = "Tauon Music Box is a music player"
88
readme = "README.md"
99
license = "GPL-3.0-or-later"

src/tauon/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
if sys.platform != "win32":
6161
import fcntl
6262

63-
n_version = "9.0.0" # Should also be bumped in pyproject.toml, extra/*.appdata.xml
63+
n_version = "9.1.0" # Should also be bumped in pyproject.toml, extra/*.appdata.xml
6464
t_version = "v" + n_version
6565
t_title = "Tauon"
6666
t_id = "tauonmb"

0 commit comments

Comments
 (0)