update cache version #15

This commit is contained in:
Safa Arıman
2019-08-31 01:18:10 +03:00
parent 7acea05b29
commit 3b8d14dacc
+1 -1
View File
@@ -38,7 +38,7 @@ class Singleton(object):
class LazyDB(Singleton):
cache_version = "2.4"
cache_version = "3.0.0"
def __init__(self, cacheable=False, cachedir=None):
if "initialized" not in self.__dict__: