From c057d3da107d8f7408f243fb4311c8673ad6d18d Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Thu, 26 Oct 2023 12:06:40 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.3=20=E2=86=92=200.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7db07c8..cfd7eb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" [tool.bumpversion] -current_version = "0.0.3" +current_version = "0.0.4" commit = "true" tag = "true" tag_name="v{new_version}"