Skip to content

Commit

Permalink
Bump version to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
costerwi committed Oct 4, 2021
1 parent d556931 commit 9775ecf
Showing 1 changed file with 1 addition and 1 deletion.
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.14.1'
__version__ = '0.14.2'

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

0 comments on commit 9775ecf

Please sign in to comment.