Skip to content

Commit

Permalink
Updating setup.py to reflect version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Apr 18, 2024
1 parent 61c4cbe commit a26cb00
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 a26cb00

Please sign in to comment.