Skip to content

Commit

Permalink
Meteostat 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
clampr committed Jul 5, 2021
1 parent f444c24 commit b80db6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.5.6'
__version__ = '1.5.7'

from .interface.base import Base
from .interface.timeseries import Timeseries
Expand Down
2 changes: 1 addition & 1 deletion meteostat/core/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def processing_handler(
elif threads > 1 and len(datasets) > 1:

# Create process pool
with ThreadPool(cores) as pool:
with ThreadPool(threads) as pool:

# Process datasets in pool
output = pool.starmap(load, datasets)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Setup
setup(
name='meteostat',
version='1.5.6',
version='1.5.7',
author='Meteostat',
author_email='[email protected]',
description='Access and analyze historical weather and climate data with Python.',
Expand Down

0 comments on commit b80db6e

Please sign in to comment.