From 575fab79456aeeec523827d730577aeb5cd79d3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Nov 2024 00:48:06 +0000 Subject: [PATCH] build: update version to 0.2.2 --- src/chronovoyage/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chronovoyage/__about__.py b/src/chronovoyage/__about__.py index 3b9be9e..82599d3 100644 --- a/src/chronovoyage/__about__.py +++ b/src/chronovoyage/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Noritaka IZUMI # # SPDX-License-Identifier: MIT -__version__ = "0.2.1" +__version__ = "0.2.2"