Skip to content

Commit

Permalink
Version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Feb 20, 2021
1 parent a5134a8 commit ce48563
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 @@
## v1.1.1 - 21/02/20

* Fix setup.py to export wavemap package

## v1.1.0 - 21/02/20

* Allow dtype in read
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__ = '1.1.0'
__version__ = '1.1.1'

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

0 comments on commit ce48563

Please sign in to comment.