Fix version number so python does not have to normailize it

This commit is contained in:
L1ghtn1ng 2019-04-19 16:41:04 +01:00
parent 911fcddc35
commit 8e0e424d57

View file

@ -7,7 +7,7 @@
class Core:
@staticmethod
def version():
return '3.1.0-dev'
return '3.1.0.dev'
@staticmethod
def bing_key():