From df450585c89c994eae388c4ceee0aa1dbeab9712 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Sun, 1 Mar 2026 20:16:16 +0100 Subject: [PATCH] Release 0.5.2 --- src/aiida_pythonjob/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aiida_pythonjob/__init__.py b/src/aiida_pythonjob/__init__.py index c9d462a..dae72cb 100644 --- a/src/aiida_pythonjob/__init__.py +++ b/src/aiida_pythonjob/__init__.py @@ -1,6 +1,6 @@ """AiiDA plugin that run Python function on remote computers.""" -__version__ = "0.5.1" +__version__ = "0.5.2" from node_graph import socket_spec as spec