From 2e70ce312f5c401325ec40b6e9f330d98b4b9a88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Nov 2024 08:57:00 +0000 Subject: [PATCH] build: update version to 0.2.0 --- 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 2a4ea98..c78bab3 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.0rc1" +__version__ = "0.2.0"