Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 10, 2020
1 parent ef5be08 commit 97d92ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutagen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from mutagen._file import FileType, StreamInfo, File
from mutagen._tags import Tags, Metadata, PaddingInfo

version = (1, 44, 0)
version = (1, 44, 1)
"""Version tuple."""

version_string = ".".join(map(str, version))
Expand Down

0 comments on commit 97d92ae

Please sign in to comment.