diff --git a/setup.py b/setup.py index 43239b3a..b758aa50 100755 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def run_tests(): data_files = [] setup(cmdclass={'clean': clean, 'test': test_cmd, 'coverage': coverage_cmd}, - name="mutagen", version="1.4", + name="mutagen", version="1.5", url="http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen", description="read and write ID3v1/ID3v2/APEv2/FLAC/Ogg audio tags", author="Michael Urman",