Skip to content

Commit 73efa92

Browse files
chore: Increment version
1 parent 5e31ddb commit 73efa92

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"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Threading module extension"
55
authors = ["Alex <contact@ngjx.org>"]
66
license = "BSD-3-Clause"

src/thread/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919

2020

21-
__version__ = '1.0.0'
21+
__version__ = '1.0.1'
2222

2323

2424
# Export Core

0 commit comments

Comments
 (0)