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