Skip to content

Commit

Permalink
Upgrade to DWDataReader_v4_2_0_22 released 2022-02-24 (#50)
Browse files Browse the repository at this point in the history
* Upgrade to DWDataReader_v4_2_0_22 released 2022-02-24

* Version bump to 0.15.1
  • Loading branch information
costerwi committed Mar 26, 2022
1 parent 4e74527 commit 63a37c4
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
Expand Up @@ -12,7 +12,7 @@
print(ch.name, ch.series().mean())
"""
__all__ = ['DWError', 'DWFile', 'getVersion']
__version__ = '0.15.0'
__version__ = '0.15.1'

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

0 comments on commit 63a37c4

Please sign in to comment.