Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Bump version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piplongrun authored May 8, 2018
1 parent a184901 commit f582874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import requests
import unicodedata

VERSION = '3.2'
VERSION = '3.3'
SERACH_URL = 'https://muvio.api.tadata.me/v2/?artist={}'
RE_FILTER = Regex('Best Of|Hits Collection|Sound ?track|Unknown Artist|Various Artists', Regex.IGNORECASE)
RE_SPLIT_TITLE = Regex(' \(?feat(?:\.|uring) ')
Expand Down

0 comments on commit f582874

Please sign in to comment.