Skip to content

Commit a99283c

Browse files
committed
Release 0.3.1
1 parent ca1f6b6 commit a99283c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"aiida-core>=2.3,<3",
2525
"ase",
2626
"cloudpickle",
27-
"node-graph==0.2.22",
27+
"node-graph~=0.2.23",
2828
]
2929

3030
[project.optional-dependencies]

src/aiida_pythonjob/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""AiiDA plugin that run Python function on remote computers."""
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.3.1"
44

55
from node_graph import spec
66

0 commit comments

Comments
 (0)