We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c63e3 commit 77f7a2dCopy full SHA for 77f7a2d
src/kachi/__init__.py
@@ -2,7 +2,7 @@
2
3
import logging
4
5
-__version__ = "0.1.1"
+__version__ = "0.1.2"
6
7
logging.basicConfig(level=logging.INFO, format="%(levelname)s - %(message)s")
8
logger = logging.getLogger(__name__)
0 commit comments