We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1f6b6 commit a99283cCopy full SHA for a99283c
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"aiida-core>=2.3,<3",
25
"ase",
26
"cloudpickle",
27
- "node-graph==0.2.22",
+ "node-graph~=0.2.23",
28
]
29
30
[project.optional-dependencies]
src/aiida_pythonjob/__init__.py
@@ -1,6 +1,6 @@
1
"""AiiDA plugin that run Python function on remote computers."""
2
3
-__version__ = "0.3.0"
+__version__ = "0.3.1"
4
5
from node_graph import spec
6
0 commit comments