There was an error while loading. Please reload this page.
1 parent 8c5bd06 commit 8147472Copy full SHA for 8147472
1 file changed
bbblb/__init__.py
@@ -1,7 +1,7 @@
1
import logging
2
from .settings import config
3
4
-__version__ = "0.0.4"
+__version__ = "0.0.5"
5
VERSION = __version__.split(".", 2)
6
VERSION[-1], _, BUILD = VERSION[-1].partition("-")
7
0 commit comments