diff --git a/lastfmauth/__init__.py b/lastfmauth/__init__.py index 7978dcb..2b082d7 100644 --- a/lastfmauth/__init__.py +++ b/lastfmauth/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (0, 1, 0, "a", "1") +VERSION = (0, 1, 0, "a", "2") def get_version(): version = "%s.%s" % (VERSION[0], VERSION[1])