From fa2337566de80bb12be362b2423227aec349663b Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sat, 25 May 2024 20:03:44 +0800 Subject: [PATCH] chore(ver): Bump v2.0.1 -> v2.0.2 --- CITATION.cff | 10 +++++----- pyproject.toml | 4 ++-- src/thread/__init__.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 912b0b4..4444ee6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,11 +9,11 @@ identifiers: value: 10.5281/zenodo.10799219 description: This is the collection of archived snapshots of all versions of thread. - type: url - value: https://github.com/python-thread/thread/releases/tag/v2.0.1 - description: The GitHub release URL of tag v2.0.1. + value: https://github.com/python-thread/thread/releases/tag/v2.0.2 + description: The GitHub release URL of tag v2.0.2. - type: url - value: https://pypi.org/project/thread/2.0.1 - description: The PyPI release URL of tag v2.0.1. + value: https://pypi.org/project/thread/2.0.2 + description: The PyPI release URL of tag v2.0.2. cff-version: 1.2.0 date-released: 2024-03-07 keywords: @@ -32,6 +32,6 @@ repository-code: https://github.com/python-thread/thread repository-artifact: https://pypi.org/project/thread title: thread type: software -version: 2.0.1 +version: 2.0.2 url: https://thread.ngjx.org diff --git a/pyproject.toml b/pyproject.toml index 5b13183..09fc0cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thread" -version = "2.0.1" +version = "2.0.2" description = "Threading module extension" authors = ["Alex "] license = "BSD-3-Clause" @@ -30,7 +30,7 @@ classifiers = [ [tool.poetry.urls] Homepage = "https://thread.ngjx.org" -Documentation = "https://thread.ngjx.org/docs/v2.0.1" +Documentation = "https://thread.ngjx.org/docs/v2.0.2" Source = "https://github.com/python-thread/thread" Download = "https://pypi.org/project/thread/#files" "Release Notes" = "https://github.com/python-thread/thread/releases" diff --git a/src/thread/__init__.py b/src/thread/__init__.py index 9d4f14f..154cdd4 100644 --- a/src/thread/__init__.py +++ b/src/thread/__init__.py @@ -1,6 +1,6 @@ """ ## Thread Library -Documentation at https://thread.ngjx.org/docs/2.0.1 +Documentation at https://thread.ngjx.org/docs/2.0.2 ---