Skip to content

Commit

Permalink
+ Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Dec 10, 2023
1 parent 7dddc0f commit 7ea6922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "thread"
version = "0.1.2"
version = "0.1.3"
description = "Threading module extension"
authors = ["Alex <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/thread/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Import and config CLI commands
"""

__version__ = '0.1.2'
__version__ = '0.1.3'
from ..utils.logging_config import logging, ColorLogger
logging.setLoggerClass(ColorLogger)

Expand Down

0 comments on commit 7ea6922

Please sign in to comment.