Skip to content

Commit

Permalink
Fix version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
EndlessTrax committed Sep 29, 2024
1 parent 1be8ced commit 1d13c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kachi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging

__version__ = "0.1.5"
__version__ = "0.1.8"

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

0 comments on commit 1d13c50

Please sign in to comment.