From c7bcd7d062ef58c96b9166c9222742cededa4cc0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:27:40 +0000 Subject: [PATCH] Update pyproject.toml version for 0.6.2.dev1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad37ed9..d2e0c7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tja2fumen" -version = "0.0.dev0" +version = "0.6.2.dev1" description = "Convert TJA chart files into fumen (.bin) chart files" readme = "README.md" requires-python = ">=3.8"