From b4d7fd9769832f9f3b528c17130a3ca7bc4b3ce7 Mon Sep 17 00:00:00 2001 From: Nate MacFadden Date: Mon, 28 Oct 2024 13:21:29 -0400 Subject: [PATCH] Update to version 1.2.6 --- pyproject.toml | 2 +- scripts/linux/cytools | 2 +- scripts/macos/cytools | 2 +- scripts/windows/launcher.ps1 | 2 +- src/cytools/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53c95ed..906883b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cytools" -version = "1.2.5" +version = "1.2.6" 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 4d3ebde..8ff352b 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.5 + https://cy.tools | Version 1.2.6 EOF diff --git a/scripts/macos/cytools b/scripts/macos/cytools index bf799d7..0d5b9ac 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.5 + https://cy.tools | Version 1.2.6 EOF diff --git a/scripts/windows/launcher.ps1 b/scripts/windows/launcher.ps1 index 0b2975d..17692a0 100644 --- a/scripts/windows/launcher.ps1 +++ b/scripts/windows/launcher.ps1 @@ -39,7 +39,7 @@ $banner=@" ░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ Developed by Liam McAllister's Group - https://cy.tools | Version 1.2.5 + https://cy.tools | Version 1.2.6 "@ diff --git a/src/cytools/__init__.py b/src/cytools/__init__.py index c97d431..c2b46e6 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.5" +version = "1.2.6" versions_with_serious_bugs = []