From fe909543cbe6c93a4d2f284f723e7516b8504880 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Nov 2024 07:56:22 +0000 Subject: [PATCH] build: update version to 0.2.0.dev6 --- 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 5205535..419ad31 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.0.dev5" +__version__ = "0.2.0.dev6"