File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212"""
1313
1414__appname__ = 'meteostat'
15- __version__ = '1.5.6 '
15+ __version__ = '1.5.7 '
1616
1717from .interface .base import Base
1818from .interface .timeseries import Timeseries
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def processing_handler(
4646 elif threads > 1 and len (datasets ) > 1 :
4747
4848 # Create process pool
49- with ThreadPool (cores ) as pool :
49+ with ThreadPool (threads ) as pool :
5050
5151 # Process datasets in pool
5252 output = pool .starmap (load , datasets )
Original file line number Diff line number Diff line change 1515# Setup
1616setup (
1717 name = 'meteostat' ,
18- version = '1.5.6 ' ,
18+ version = '1.5.7 ' ,
1919 author = 'Meteostat' ,
20202121 description = 'Access and analyze historical weather and climate data with Python.' ,
You can’t perform that action at this time.
0 commit comments