Update core.py

Version change for release 3.2.0
This commit is contained in:
laramies
2020-09-09 20:43:53 +02:00
parent fb04d4f49c
commit 3b454cd08e
+1 -1
View File
@@ -12,7 +12,7 @@ import certifi
class Core:
@staticmethod
def version() -> str:
return '3.2.0dev8'
return '3.2.0'
@staticmethod
def bing_key() -> str: