Skip to content

Commit cc2de51

Browse files
chore(ver): Bump v2.0.1 -> v2.0.2 (#87)
Signed-off-by: AlexNg <contact@ngjx.org>
1 parent 75f065b commit cc2de51

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CITATION.cff

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.
1717
cff-version: 1.2.0
1818
date-released: 2024-03-07
1919
keywords:
@@ -32,6 +32,6 @@ repository-code: https://github.com/python-thread/thread
3232
repository-artifact: https://pypi.org/project/thread
3333
title: thread
3434
type: software
35-
version: 2.0.1
35+
version: 2.0.2
3636
url: https://thread.ngjx.org
3737

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "thread"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "Threading module extension"
55
authors = ["Alex <contact@ngjx.org>"]
66
license = "BSD-3-Clause"
@@ -30,7 +30,7 @@ classifiers = [
3030

3131
[tool.poetry.urls]
3232
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"
3434
Source = "https://github.com/python-thread/thread"
3535
Download = "https://pypi.org/project/thread/#files"
3636
"Release Notes" = "https://github.com/python-thread/thread/releases"

src/thread/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
---

0 commit comments

Comments
 (0)