diff --git a/pyproject.toml b/pyproject.toml index ee420c1..2e11f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] description = "A package to sample grid-consistent sections from ocean model outputs" readme = "README.md" -requires-python = ">=3.12" +requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", diff --git a/sectionate/version.py b/sectionate/version.py index c58e320..3c04d5a 100644 --- a/sectionate/version.py +++ b/sectionate/version.py @@ -1,3 +1,3 @@ """sectionate: version information""" -__version__ = "0.3.1" +__version__ = "0.3.2"