diff --git a/setup.py b/setup.py index ec9c9a04..d81523d1 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,6 @@ def local_pkg(name: str, relative_path: str) -> str: packages=find_namespace_packages(include=["ndsl", "ndsl.*"]), include_package_data=True, url="https://github.com/NOAA-GFDL/NDSL", - version="2024.03.00", + version="2024.03.01", zip_safe=False, )