We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dddc0f commit 7ea6922Copy full SHA for 7ea6922
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "thread"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "Threading module extension"
5
authors = ["Alex <taboez4life@gmail.com>"]
6
license = "BSD-3-Clause"
src/thread/cli/__init__.py
@@ -2,7 +2,7 @@
Import and config CLI commands
"""
-__version__ = '0.1.2'
+__version__ = '0.1.3'
from ..utils.logging_config import logging, ColorLogger
7
logging.setLoggerClass(ColorLogger)
8
0 commit comments