Skip to content

Commit 8147472

Browse files
committed
Release of v0.0.5
1 parent 8c5bd06 commit 8147472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bbblb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
from .settings import config
33

4-
__version__ = "0.0.4"
4+
__version__ = "0.0.5"
55
VERSION = __version__.split(".", 2)
66
VERSION[-1], _, BUILD = VERSION[-1].partition("-")
77

0 commit comments

Comments
 (0)