From 4fec22ef22448ddb8513657f7c72b9bf846a9f0e Mon Sep 17 00:00:00 2001 From: superstar54 Date: Thu, 28 Nov 2024 18:38:49 +0100 Subject: [PATCH] Release 0.1.3 --- 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 2468aac..6787136 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.1.2" +__version__ = "0.1.3" from .calculations import PythonJob from .data import PickledData, PickledFunction