Skip to content

Commit 3d0eabc

Browse files
committed
Meteostat 1.3.5
1 parent 32c8496 commit 3d0eabc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meteostat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"""
1313

1414
__appname__ = 'meteostat'
15-
__version__ = '1.3.4'
15+
__version__ = '1.3.5'
1616

1717
from .interface.stations import Stations
1818
from .interface.point import Point

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Setup
1616
setup(
1717
name='meteostat',
18-
version='1.3.4',
18+
version='1.3.5',
1919
author='Meteostat',
2020
author_email='[email protected]',
2121
description='Access and analyze historical weather and climate data with Python.',

0 commit comments

Comments
 (0)