Skip to content

Commit ca9bf1f

Browse files
chore: Increment version
1 parent 973b17e commit ca9bf1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "thread-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Threading module extension's CLI"
55
authors = ["Alex <contact@ngjx.org>"]
66
license = "BSD-3-Clause"

src/thread-cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Copyright (c) 2020, thread.ngjx.org. All rights reserved.
1111
"""
1212

13-
__version__ = '0.1.0'
13+
__version__ = '0.1.1'
1414
from .utils.logging import ColorLogger, logging
1515

1616
# Export Core

0 commit comments

Comments
 (0)