From a8e83ea97075eb3d647bc84e4490f3b237ebe6dc Mon Sep 17 00:00:00 2001 From: Dohyeon Lee Date: Fri, 1 Sep 2023 13:54:05 +0900 Subject: [PATCH] version 2023.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d84fff..a60d619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "TCFile" -version = "2023.7" +version = "2023.9" description = "Python package for handling TCF data. It works with Tomcube data" readme = "README.md" requires-python = ">=3.7,<4"