Skip to content

Commit

Permalink
set version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyJD committed Jun 20, 2013
1 parent dd2e45d commit 3f99a34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Isrcsubmit 1.0.1 for MusicBrainz
Isrcsubmit 1.0.2 for MusicBrainz
==============================
(Linux/Mac OS X/Windows)
------------------------
Expand Down
2 changes: 1 addition & 1 deletion isrcsubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
https://github.com/JonnyJD/musicbrainz-isrcsubmit
"""

isrcsubmit_version = "1.0.1"
isrcsubmit_version = "1.0.2"
agent_name = "isrcsubmit-jonnyjd-" + isrcsubmit_version
# starting with highest priority
backends = ["mediatools", "media_info", "discisrc", "cdrdao", "cd-info",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name="isrcsubmit",
version="1.0.1",
version="1.0.2",
description="submit ISRCs from disc to MusicBrainz",
long_description=open("README.md").read(),
author="Johannes Dewender",
Expand Down

0 comments on commit 3f99a34

Please sign in to comment.