Update core.py

Change version to 3.1.0 for release.
This commit is contained in:
Christian Martorella 2019-10-14 22:48:56 +02:00
parent f1a3d5819c
commit 767723e408

View file

@ -8,7 +8,7 @@
class Core:
@staticmethod
def version() -> str:
return '3.1.0.dev2'
return '3.1.0'
@staticmethod
def bing_key() -> str: