We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e88b1f commit 8d6b01dCopy full SHA for 8d6b01d
caching/__init__.py
@@ -2,6 +2,6 @@
2
from .storage import CacheStorageBase, SQLiteStorage
3
4
5
-__version__ = '0.1.dev7'
+__version__ = '0.1.dev8'
6
7
__all__ = (Cache, CacheStorageBase, SQLiteStorage)
0 commit comments