Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 24, 2017
1 parent 3100772 commit d5f25de
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 @@ -24,7 +24,7 @@
from mutagen._file import FileType, StreamInfo, File
from mutagen._tags import Tags, Metadata, PaddingInfo

version = (1, 36, 2, -1)
version = (1, 36, 3)
"""Version tuple."""

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

0 comments on commit d5f25de

Please sign in to comment.