From d941227a8e21d3e3bf2128c4f405c7ad19eb20d8 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Thu, 14 Dec 2023 12:10:09 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.2=20=E2=86=92=200.3.3?= 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 385fcdd..c8fc547 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.3.2" +current_version = "0.3.3" commit = "true" tag = "true" tag_name = "v{new_version}"