Skip to content

Commit

Permalink
Merge pull request #30 from NOAA-GFDL/fix/release_number
Browse files Browse the repository at this point in the history
Updated version number in setup.py to be 2024.03.01
  • Loading branch information
fmalatino authored Mar 18, 2024
2 parents 8e10ada + 5f2031e commit d1b482d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit d1b482d

Please sign in to comment.