From 58ec8b9c94a07e5a95af2668f7b82190e629f4fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Nov 2024 09:38:39 +0000 Subject: [PATCH] build: update version to 0.2.0rc0 --- 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 8df3480..e29378b 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.0b0" +__version__ = "0.2.0rc0"