Skip to content

Commit

Permalink
Version v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed May 26, 2022
1 parent 2287661 commit e894c14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.0.1 - 22/05/26

* Fix crash on partial chunk at end of file

## v2.0.0 - 21/02/23

* Completely remove automatic conversions
Expand Down
2 changes: 1 addition & 1 deletion wavemap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'new_like',
'convert',
)
__version__ = '2.0.0'
__version__ = '2.0.1'

copy_to = WriteMap.copy_to
new_like = WriteMap.new_like
Expand Down

0 comments on commit e894c14

Please sign in to comment.