Skip to content

Commit

Permalink
Merge pull request #37 from NOAA-GFDL/hotfix/version_num
Browse files Browse the repository at this point in the history
Updating setup.py to reflect version number
  • Loading branch information
FlorianDeconinck authored Apr 18, 2024
2 parents 61c4cbe + a26cb00 commit 4b7cb10
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.04.00-RC",
version="2024.04.00",
zip_safe=False,
)

0 comments on commit 4b7cb10

Please sign in to comment.