Skip to content

Commit

Permalink
Mutagen 1.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
joewreschnig committed Dec 2, 2008
1 parent 7064e06 commit 1460434
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 @@ -21,7 +21,7 @@
for certain keys, again depending on format.
"""

version = (1, 15, -1)
version = (1, 15)
version_string = ".".join(map(str, version))

import warnings
Expand Down

0 comments on commit 1460434

Please sign in to comment.