From 4a0a8ea248c79444cdbcdbe18486821d2393c7c5 Mon Sep 17 00:00:00 2001 From: superstar54 Date: Sat, 14 Dec 2024 20:01:05 +0100 Subject: [PATCH] Release 0.1.5 --- README.md | 2 +- src/aiida_pythonjob/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54078b1..7d44206 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ pip install -e . ## Documentation -Explore the comprehensive [documentation](https://aiida-pythonjob.readthedocs.io/en/latest/) to discover all the features and capabilities of AiiDA Workgraph. +Explore the comprehensive [documentation](https://aiida-pythonjob.readthedocs.io/en/latest/) to discover all the features and capabilities of AiiDA PythonJob. ## License diff --git a/src/aiida_pythonjob/__init__.py b/src/aiida_pythonjob/__init__.py index d353bb3..b8d8d61 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.4" +__version__ = "0.1.5" from .calculations import PythonJob from .launch import prepare_pythonjob_inputs