Skip to content

Commit

Permalink
bump feature branch to release version 0.19.0 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Nov 16, 2023
1 parent 70f3020 commit f0427e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris_grib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from .message import GribMessage


__version__ = '0.19.dev0'
__version__ = '0.19.0'

__all__ = ['load_cubes', 'save_grib2', 'load_pairs_from_fields',
'save_pairs_from_cube', 'save_messages']
Expand Down

0 comments on commit f0427e2

Please sign in to comment.