Skip to content

Commit f59582c

Browse files
Merge pull request #65 from python-thread/docs/increment-version
Docs: increment version
2 parents 5e31ddb + a98787a commit f59582c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 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"
@@ -21,6 +21,7 @@ classifiers = [
2121
"Operating System :: OS Independent",
2222
"Programming Language :: Python",
2323
"Programming Language :: Python :: 3",
24+
"Typing :: Typed",
2425
]
2526

2627
[tool.poetry.urls]

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)