Bump version number to 0.1.0
This commit is contained in:
parent
f18e56bef9
commit
2f19a9f22a
@ -3,7 +3,7 @@ if not (2, 6) <= sys.version_info < (3,):
|
||||
sys.exit(u'Mopidy requires Python >= 2.6, < 3')
|
||||
|
||||
def get_version():
|
||||
return u'0.1.0a4'
|
||||
return u'0.1.0'
|
||||
|
||||
class MopidyException(Exception):
|
||||
def __init__(self, message, *args, **kwargs):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user