Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706906870
  • Loading branch information
shoyer authored and Dinosaur authors committed Dec 17, 2024
1 parent 8b96b45 commit 51f6f27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.1" # keep sync with pyproject.toml
__version__ = "1.1.2" # keep sync with pyproject.toml
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["dinosaur"]
package-data = {"dinosaur.data" = ["*"]}
package-data = {dinosaur = ["data/*"]}

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

0 comments on commit 51f6f27

Please sign in to comment.