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:
9
9
value : 10.5281/zenodo.10799219
10
10
description : This is the collection of archived snapshots of all versions of thread.
11
11
- 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 .
14
14
- 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 .
17
17
cff-version : 1.2.0
18
18
date-released : 2024-03-07
19
19
keywords :
@@ -32,6 +32,6 @@ repository-code: https://github.com/python-thread/thread
32
32
repository-artifact : https://pypi.org/project/thread
33
33
title : thread
34
34
type : software
35
- version : 2.0.1
35
+ version : 2.0.2
36
36
url : https://thread.ngjx.org
37
37
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " thread"
3
- version = " 2.0.1 "
3
+ version = " 2.0.2 "
4
4
description = " Threading module extension"
5
5
authors = [" Alex <contact@ngjx.org>" ]
6
6
license = " BSD-3-Clause"
@@ -30,7 +30,7 @@ classifiers = [
30
30
31
31
[tool .poetry .urls ]
32
32
Homepage = " https://thread.ngjx.org"
33
- Documentation = " https://thread.ngjx.org/docs/v2.0.1 "
33
+ Documentation = " https://thread.ngjx.org/docs/v2.0.2 "
34
34
Source = " https://github.com/python-thread/thread"
35
35
Download = " https://pypi.org/project/thread/#files"
36
36
"Release Notes" = " https://github.com/python-thread/thread/releases"
Original file line number Diff line number Diff line change 1
1
"""
2
2
## Thread Library
3
- Documentation at https://thread.ngjx.org/docs/2.0.1
3
+ Documentation at https://thread.ngjx.org/docs/2.0.2
4
4
5
5
6
6
---
You can’t perform that action at this time.
0 commit comments