From e64f7d7cfd50d80eef76729cc1ce824a49a2d7bf Mon Sep 17 00:00:00 2001 From: Dohyeon Lee Date: Tue, 22 Oct 2024 15:53:12 +0900 Subject: [PATCH] version 2024.10.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a556ae..c60a911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "TCFile" -version = "2024.10.1" +version = "2024.10.2" description = "Python package for handling TCF data. It works with Tomcube data" readme = "README.md" requires-python = ">=3.7,<4"