From 1a642bd30b09a79656bca2307691f3cbf373263f Mon Sep 17 00:00:00 2001 From: Dohyeon Lee Date: Wed, 9 Oct 2024 17:38:23 +0900 Subject: [PATCH] version 2024.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6cac52..66ce6f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "TCFile" -version = "2024.9" +version = "2024.10" description = "Python package for handling TCF data. It works with Tomcube data" readme = "README.md" requires-python = ">=3.7,<4"