From 45168052a898cfcdfa0cae673e653366b805d5ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 29 Oct 2022 09:54:13 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f3e4c..776115c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.3.1 (2022-10-29) + +### Fix + +- fix version + +## 0.1.0 (2022-10-29) + ## 0.3.0 (2022-10-28) ### Feat diff --git a/pyproject.toml b/pyproject.toml index b5ca45b..31283c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api" [tool.commitizen] name = "cz_conventional_commits" -version = "0.3.0" +version = "0.3.1" tag_format = "$version" version_files = ["pyproject.toml:version"] [tool.poetry] name = "template" -version = "0.3.0" +version = "0.3.1" description = "" authors = ["Qin Li "] license = "MIT"