From 713323921f675fc76a8d6d73057ac962d4091a18 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Wed, 8 Nov 2023 18:52:24 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.0=20=E2=86=92=202.2.1?= 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 a7d16b0..e3cefcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"] #build-backend = "setuptools.build_meta" [tool.bumpversion] -current_version = "2.2.0" +current_version = "2.2.1" commit = "true" tag = "true" tag_name = "v{new_version}"