Skip to content

Commit

Permalink
Update to version 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
natemacfadden committed Oct 28, 2024
1 parent f1ef711 commit b4d7fd9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion scripts/linux/cytools
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/macos/cytools
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/windows/launcher.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
"@

Expand Down
2 changes: 1 addition & 1 deletion src/cytools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []


Expand Down

0 comments on commit b4d7fd9

Please sign in to comment.