/FROGlib

FROG 3160's custom classes and functions.

Primary LanguagePythonOtherNOASSERTION

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