Skip to content

Commit f51fc00

Browse files
committed
version bump
1 parent 59cda01 commit f51fc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutagen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from mutagen._file import FileType, StreamInfo, File
2424
from mutagen._tags import Tags, Metadata, PaddingInfo
2525

26-
version = (1, 41, 2)
26+
version = (1, 42, 0)
2727
"""Version tuple."""
2828

2929
version_string = ".".join(map(str, version))

0 commit comments

Comments
 (0)