Skip to content

Commit

Permalink
Merge pull request #20 from ecmwf/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
awarde96 authored May 23, 2024
2 parents c4e2e00 + a919a89 commit 2f56f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion covjsonkit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.8"
__version__ = "0.0.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
packages=find_packages(),
zip_safe=False,
include_package_data=True,
package_data={"": ["data/*.json"]},
package_data={"": ["*.json"], "covjsonkit": ["data/*.json"]},
)

0 comments on commit 2f56f1f

Please sign in to comment.