Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 238 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 238 Bytes

FROGlib

FROG 3160's custom classes and functions.

To "release" a new package version

  • Update version in pyproject.toml
  • create a new tag and commit
    • git tag -a 2025.0.0beta -m "2025 Beta Release"
    • git push --follow-tags