File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ identifiers:
99 value : 10.5281/zenodo.10799219
1010 description : This is the collection of archived snapshots of all versions of thread.
1111 - type : url
12- value : https://github.com/python-thread/thread/releases/tag/v2.0.1
13- description : The GitHub release URL of tag v2.0.1 .
12+ value : https://github.com/python-thread/thread/releases/tag/v2.0.2
13+ description : The GitHub release URL of tag v2.0.2 .
1414 - type : url
15- value : https://pypi.org/project/thread/2.0.1
16- description : The PyPI release URL of tag v2.0.1 .
15+ value : https://pypi.org/project/thread/2.0.2
16+ description : The PyPI release URL of tag v2.0.2 .
1717cff-version : 1.2.0
1818date-released : 2024-03-07
1919keywords :
@@ -32,6 +32,6 @@ repository-code: https://github.com/python-thread/thread
3232repository-artifact : https://pypi.org/project/thread
3333title : thread
3434type : software
35- version : 2.0.1
35+ version : 2.0.2
3636url : https://thread.ngjx.org
3737
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " thread"
3- version = " 2.0.1 "
3+ version = " 2.0.2 "
44description = " Threading module extension"
55authors = [
" Alex <[email protected] >" ]
66license = " BSD-3-Clause"
@@ -30,7 +30,7 @@ classifiers = [
3030
3131[tool .poetry .urls ]
3232Homepage = " https://thread.ngjx.org"
33- Documentation = " https://thread.ngjx.org/docs/v2.0.1 "
33+ Documentation = " https://thread.ngjx.org/docs/v2.0.2 "
3434Source = " https://github.com/python-thread/thread"
3535Download = " https://pypi.org/project/thread/#files"
3636"Release Notes" = " https://github.com/python-thread/thread/releases"
Original file line number Diff line number Diff line change 11"""
22## Thread Library
3- Documentation at https://thread.ngjx.org/docs/2.0.1
3+ Documentation at https://thread.ngjx.org/docs/2.0.2
44
55
66---
You can’t perform that action at this time.
0 commit comments