We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973b17e commit ca9bf1fCopy full SHA for ca9bf1f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "thread-cli"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Threading module extension's CLI"
5
authors = ["Alex <contact@ngjx.org>"]
6
license = "BSD-3-Clause"
src/thread-cli/__init__.py
@@ -10,7 +10,7 @@
10
Copyright (c) 2020, thread.ngjx.org. All rights reserved.
11
"""
12
13
-__version__ = '0.1.0'
+__version__ = '0.1.1'
14
from .utils.logging import ColorLogger, logging
15
16
# Export Core
0 commit comments