Skip to content

Commit

Permalink
Updating __init__.py to reflect the latest version (#91)
Browse files Browse the repository at this point in the history
Updating __init__ to reflect the latest version 1.6.1 instead of 1.6.0.
  • Loading branch information
e-hamza committed Mar 22, 2022
1 parent 5a5602d commit 5454203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteostat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__appname__ = 'meteostat'
__version__ = '1.6.0'
__version__ = '1.6.1'

from .interface.base import Base
from .interface.timeseries import TimeSeries
Expand Down

0 comments on commit 5454203

Please sign in to comment.