Skip to content

Commit 77f7a2d

Browse files
author
Ricky White
committed
Version bump - v0.1.2
1 parent 48c63e3 commit 77f7a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kachi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import logging
44

5-
__version__ = "0.1.1"
5+
__version__ = "0.1.2"
66

77
logging.basicConfig(level=logging.INFO, format="%(levelname)s - %(message)s")
88
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)