From 215dae7e7f17cea1d391fdd5af374a5ff043b503 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Nov 2023 23:01:15 +0800 Subject: [PATCH] + hotfix --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95db730..7489251 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ _Below is an example of how you can instruct your audience on installing and set - [x] 0.0.1 Release - [x] Bug fixes - [x] 0.1.0 Release +- [x] 0.1.1 Hotfix - [ ] New Features - [ ] 0.1.1 Release diff --git a/pyproject.toml b/pyproject.toml index 9c593ac..9ed2794 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thread" -version = "0.1.0" +version = "0.1.1" description = "Threading module extension" authors = ["Alex "] license = "MIT"