Skip to content

Commit

Permalink
Dw data reader v4 2 0 23 (#54)
Browse files Browse the repository at this point in the history
* Upgrade library to v4_2_0_23

* Version bump 0.15.2
  • Loading branch information
costerwi authored Jul 26, 2022
1 parent a87a1fa commit f28e924
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.1'
__version__ = '0.15.2'

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

0 comments on commit f28e924

Please sign in to comment.