From 3b8d14dacc9bc5abe48ecb8e739e2143bf6a1999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Safa=20Ar=C4=B1man?= Date: Sat, 31 Aug 2019 01:18:10 +0300 Subject: [PATCH] update cache version #15 --- pisi/db/lazydb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/db/lazydb.py b/pisi/db/lazydb.py index f66039fc..d1a58d96 100644 --- a/pisi/db/lazydb.py +++ b/pisi/db/lazydb.py @@ -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__: