Skip to content

Commit

Permalink
Merge pull request #19 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 28c867a + 2c55c01 commit c4e2e00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions covjsonkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
import covjsonkit.decoder.VerticalProfile
import covjsonkit.encoder.TimeSeries
import covjsonkit.encoder.VerticalProfile

from .version import __version__
2 changes: 1 addition & 1 deletion covjsonkit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.8"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
packages=find_packages(),
zip_safe=False,
include_package_data=True,
package_data={"": ["data/*.json"]},
)

0 comments on commit c4e2e00

Please sign in to comment.