Skip to content

Commit

Permalink
Version bump to 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
joewreschnig committed Apr 4, 2006
1 parent 8cb8e57 commit bb2ee7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1
1.1 - 2006.04.04
* ID3:
* Frame and Spec objects are not hashable.
* COMM, USER: Accept non-ASCII (completely invalid) language codes.
Expand Down
2 changes: 1 addition & 1 deletion mutagen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# $Id$
#

version = (1, 0, 0)
version = (1, 1, 0)

"""
mutagen aims to be an all purpose tagging library.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

from distutils.core import setup, Extension
setup(name="mutagen", version="1.0",
setup(name="mutagen", version="1.1",
url="http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen",
description="read and write ID3v1/ID3v2/APEv2/FLAC audio tags",
author="Michael Urman",
Expand Down

0 comments on commit bb2ee7d

Please sign in to comment.