We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c8496 commit 3d0eabcCopy full SHA for 3d0eabc
meteostat/__init__.py
@@ -12,7 +12,7 @@
12
"""
13
14
__appname__ = 'meteostat'
15
-__version__ = '1.3.4'
+__version__ = '1.3.5'
16
17
from .interface.stations import Stations
18
from .interface.point import Point
setup.py
@@ -15,7 +15,7 @@
# Setup
setup(
name='meteostat',
- version='1.3.4',
+ version='1.3.5',
19
author='Meteostat',
20
author_email='[email protected]',
21
description='Access and analyze historical weather and climate data with Python.',
0 commit comments