Skip to content

Commit

Permalink
Bump version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Sep 2, 2021
1 parent 6087c9b commit 1508013
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion download_itunes_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from fileutils import asciiString, getStuff, setStuff, getAlbumInfoString, getSongInfoString, getTrackInfoString, getBasicAlbumData
from itunesapi import iTunesGetTracks, iTunesFindSong, iTunesFindAlbum

__version__ = "1.7"
__version__ = "1.8"

_colorEnd = '\033[0m'

Expand Down
2 changes: 1 addition & 1 deletion download_itunes_meta_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from itunesapi import iTunesFindSong
from download_itunes_meta import initColor, colorize, cprint, Color, highlightMatch, try_countries, country_default

__version__ = "1.7"
__version__ = "1.8"


def main(args):
Expand Down
2 changes: 1 addition & 1 deletion fileutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"getBasicTrackData",
"getBasicAlbumData"]

__version__ = "1.7"
__version__ = "1.8"


def asciiString(s):
Expand Down
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from itunesapi import iTunesFindAlbum, iTunesGetTracks
from fileutils import setStuff

__version__ = "1.7"
__version__ = "1.8"


class Gui(tk.Tk):
Expand Down
2 changes: 1 addition & 1 deletion itunesapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"iTunesGetTracks",
"findAlbumArt"]

__version__ = "1.7"
__version__ = "1.8"


def __getArt(search, entity, country):
Expand Down

0 comments on commit 1508013

Please sign in to comment.