Skip to content

Commit

Permalink
Correct version number to 0.13.1 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
costerwi authored Mar 15, 2021
1 parent c4d1abf commit 27fbff4
Showing 1 changed file with 1 addition and 1 deletion.
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.12.1'
__version__ = '0.13.1'

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

0 comments on commit 27fbff4

Please sign in to comment.