Skip to content

Commit

Permalink
Updated version number in setup.py to reflect new release, 2025.01.00
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Jan 23, 2025
1 parent acb8c0d commit 3f77863
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 @@ -57,7 +57,7 @@ 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.09.00",
version="2025.01.00",
zip_safe=False,
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 3f77863

Please sign in to comment.