Skip to content

Commit

Permalink
Dw data reader v4 2 0 24 (#58)
Browse files Browse the repository at this point in the history
* Update to DWDataReaderLib version v4.2.0.24

* Version bump
  • Loading branch information
costerwi authored Jan 29, 2023
1 parent f28e924 commit b5c5baf
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified dwdatareader/DWDataReaderLib.dll
Binary file not shown.
Binary file modified dwdatareader/DWDataReaderLib.so
Binary file not shown.
Binary file modified dwdatareader/DWDataReaderLib64.dll
Binary file not shown.
Binary file modified dwdatareader/DWDataReaderLib64.so
Binary file not shown.
2 changes: 1 addition & 1 deletion dwdatareader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
print(ch.name, ch.series().mean())
"""
__all__ = ['DWError', 'DWFile', 'getVersion']
__version__ = '0.15.2'
__version__ = '0.15.3'

DLL = None # module variable accessible to other classes
encoding = 'ISO-8859-1' # default encoding
Expand Down

0 comments on commit b5c5baf

Please sign in to comment.