From ebbf21141e9a0044b0f8314477ed6a94a8344854 Mon Sep 17 00:00:00 2001 From: Nate MacFadden Date: Wed, 25 Sep 2024 10:03:21 -0400 Subject: [PATCH] update the version --- pyproject.toml | 2 +- scripts/linux/cytools | 2 +- scripts/macos/cytools | 2 +- src/cytools/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22d4ac9..cf46fe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cytools" -version = "1.2.3" +version = "1.2.4" description = "A software package for analyzing Calabi-Yau hypersurfaces in toric varieties." readme = "README.md" license = {file = "LICENSE"} diff --git a/scripts/linux/cytools b/scripts/linux/cytools index f5be61c..9ca738d 100755 --- a/scripts/linux/cytools +++ b/scripts/linux/cytools @@ -142,7 +142,7 @@ cat << EOF ░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ Developed by Liam McAllister's Group - https://cy.tools | Version 1.2.3 + https://cy.tools | Version 1.2.4 EOF diff --git a/scripts/macos/cytools b/scripts/macos/cytools index d3ffc1d..2bf6b76 100755 --- a/scripts/macos/cytools +++ b/scripts/macos/cytools @@ -144,7 +144,7 @@ cat << EOF ░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ Developed by Liam McAllister's Group - https://cy.tools | Version 1.2.3 + https://cy.tools | Version 1.2.4 EOF diff --git a/src/cytools/__init__.py b/src/cytools/__init__.py index da07d59..038f4c3 100644 --- a/src/cytools/__init__.py +++ b/src/cytools/__init__.py @@ -20,7 +20,7 @@ from cytools.utils import read_polytopes, fetch_polytopes # Latest version -version = "1.2.3" +version = "1.2.4" versions_with_serious_bugs = [] # Check for more recent versions of CYTools