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.
2 parents 5e31ddb + a98787a commit f59582cCopy full SHA for f59582c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "thread"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "Threading module extension"
5
authors = ["Alex <contact@ngjx.org>"]
6
license = "BSD-3-Clause"
@@ -21,6 +21,7 @@ classifiers = [
21
"Operating System :: OS Independent",
22
"Programming Language :: Python",
23
"Programming Language :: Python :: 3",
24
+ "Typing :: Typed",
25
]
26
27
[tool.poetry.urls]
src/thread/__init__.py
@@ -18,7 +18,7 @@
18
"""
19
20
-__version__ = '1.0.0'
+__version__ = '1.0.1'
# Export Core
0 commit comments