File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11Metadata-Version: 1.2
22Name: pysteps
3- Version: 1.18.0
3+ Version: 1.18.1
44Summary: Python framework for short-term ensemble prediction systems
55Home-page: http://pypi.python.org/pypi/pysteps/
66License: LICENSE
Original file line number Diff line number Diff line change @@ -47,9 +47,7 @@ def discover_importers():
4747 dictionary containing the available importers.
4848 """
4949 # Backward compatibility with previous entry point 'pysteps.plugins.importers' next to 'pysteps.plugins.importer'
50- for entry_point in list (
51- entry_points (group = "pysteps.plugins.importer" )
52- ) + list (
50+ for entry_point in list (entry_points (group = "pysteps.plugins.importer" )) + list (
5351 entry_points (group = "pysteps.plugins.importers" )
5452 ):
5553 _importer = entry_point .load ()
Original file line number Diff line number Diff line change 7070
7171setup (
7272 name = "pysteps" ,
73- version = "1.18.0 " ,
73+ version = "1.18.1 " ,
7474 author = "PySteps developers" ,
7575 packages = find_packages (),
7676 license = "LICENSE" ,
You can’t perform that action at this time.
0 commit comments