Skip to content

Commit 126c273

Browse files
release: 2023.1.2 (#24)
1 parent d7cdab2 commit 126c273

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# OpenEO Process Graph Parser (Python & networkx)
2+
![PyPI - Status](https://img.shields.io/pypi/status/openeo-pg-parser-networkx)
3+
![PyPI](https://img.shields.io/pypi/v/openeo-pg-parser-networkx)
4+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/openeo-pg-parser-networkx)
25
[![codecov](https://codecov.io/github/Open-EO/openeo-pg-parser-networkx/branch/main/graph/badge.svg?token=KEAKFB8AFX)](https://codecov.io/github/Open-EO/openeo-pg-parser-networkx)
36

47
Python package to parse OpenEO process graphs from raw JSON into fully traversible [`networkx`](https://github.com/networkx/networkx) graph objects.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2023.1.1"
1+
__version__ = "2023.1.2"
22

33
from openeo_pg_parser_networkx.graph import OpenEOProcessGraph
44
from openeo_pg_parser_networkx.process_registry import ProcessRegistry

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openeo-pg-parser-networkx"
3-
version = "2023.1.1"
3+
version = "2023.1.2"
44
description = "Parse OpenEO process graphs from JSON to traversible Python objects."
55
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)