Skip to content

Commit

Permalink
update release version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Oct 2, 2022
1 parent f0bae42 commit 9c36434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ More information on the BUFR format can be found in the [WMO Manual on Codes, Vo

### Dependencies

Dependencies are listed in [requirements.txt](https://github.com/wmo-im/bufr2geojson/blob/main/requirements.txt]. Dependencies are automatically installed during bufr2geojson installation.
Dependencies are listed in [requirements.txt](https://github.com/wmo-im/bufr2geojson/blob/main/requirements.txt). Dependencies are automatically installed during bufr2geojson installation.

```bash
# download and build Docker image
Expand Down
2 changes: 1 addition & 1 deletion bufr2geojson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
###############################################################################

__version__ = "0.4.dev0"
__version__ = "0.4.0"

from collections import OrderedDict
from copy import deepcopy
Expand Down

0 comments on commit 9c36434

Please sign in to comment.