Skip to content

Commit f3f1551

Browse files
release: 2023.5.1 (#46)
1 parent 6bcb2f8 commit f3f1551

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.3.1
5+
rev: v3.4.0
66
hooks:
77
- id: pyupgrade
88
args:
@@ -30,6 +30,6 @@ repos:
3030
- id: check-added-large-files
3131

3232
- repo: https://github.com/psf/black
33-
rev: 23.1.0
33+
rev: 23.3.0
3434
hooks:
3535
- id: black
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2023.4.1"
1+
__version__ = "2023.5.1"
22

33
from openeo_pg_parser_networkx.graph import OpenEOProcessGraph
44
from openeo_pg_parser_networkx.process_registry import Process, 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.4.1"
3+
version = "2023.5.1"
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)