Skip to content

Commit

Permalink
V0.8.0 (#129)
Browse files Browse the repository at this point in the history
* Bump version number

* Bump version number to 0.8.0, some potentially breaking changes.
  • Loading branch information
david-i-berry authored Feb 12, 2024
1 parent b0d7654 commit 586673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv2bufr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
###############################################################################

__version__ = '0.7.dev5'
__version__ = '0.8.0'

import csv
from datetime import timezone, datetime
Expand Down

0 comments on commit 586673f

Please sign in to comment.