Version bump to 3.0.1

This commit is contained in:
RemixDev
2021-06-29 01:39:22 +02:00
parent b8e8d27357
commit 01cc9f5199
4 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ from deemix.itemgen import generateTrackItem, \
LinkNotRecognized, \
LinkNotSupported
__version__ = "3.0.0"
__version__ = "3.0.1"
# Returns the Resolved URL, the Type and the ID
def parseLink(link):