Skip to content

Commit

Permalink
bump release 2023.10.2 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter authored Oct 2, 2023
1 parent d0f22da commit df2e2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openeo_pg_parser_networkx/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def node_callable(*args, parent_callables, named_parameters=None, **kwargs):

return result

return results_cache.__getitem__(node)
return results_cache.__getitem__(node)

return partial(node_callable, parent_callables=parent_callables)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openeo-pg-parser-networkx"
version = "2023.10.1"
version = "2023.10.2"

description = "Parse OpenEO process graphs from JSON to traversible Python objects."
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>", "Gerald Irsiegler <[email protected]>"]
Expand Down

0 comments on commit df2e2ec

Please sign in to comment.