Skip to content

Commit

Permalink
Merge branch 'main' into wis2box-app-process
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Aug 31, 2023
2 parents 60c1760 + 5236bb8 commit e1f8359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
attrs==22.2.0
click==8.1.3
numpy==1.21.6
csv2bufr
2 changes: 1 addition & 1 deletion synop2bufr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from csv2bufr import BUFRMessage
from pymetdecoder import synop

__version__ = '0.5.1'
__version__ = '0.5.dev1'

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit e1f8359

Please sign in to comment.