Skip to content

Commit

Permalink
Version bump 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
costerwi committed Oct 3, 2021
1 parent 584e33e commit c72f32b
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.13.2'
__version__ = '0.14.0'

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

0 comments on commit c72f32b

Please sign in to comment.