Skip to content

Commit

Permalink
dinosaur: increment version to 1.1.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703655105
  • Loading branch information
shoyer authored and Dinosaur authors committed Dec 7, 2024
1 parent 1895831 commit 2301747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dinosaur/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
import dinosaur.weatherbench_utils
import dinosaur.xarray_utils

__version__ = "1.0.0"
__version__ = "1.1.0" # keep sync with pyproject.toml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package-data = {"dinosaur.data" = ["*"]}

[project]
name = "dinosaur-dycore"
version = "1.0.0"
version = "1.1.0" # keep sync with __init__.py
authors = [
{name = "Google LLC", email = "noreply@google.com"},
]
Expand Down

0 comments on commit 2301747

Please sign in to comment.