Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 15, 2024
1 parent 4a0a8ea commit a97ad5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aiida_pythonjob/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""AiiDA plugin that run Python function on remote computers."""

__version__ = "0.1.5"
__version__ = "0.1.6"

from .calculations import PythonJob
from .launch import prepare_pythonjob_inputs
Expand Down
2 changes: 1 addition & 1 deletion src/aiida_pythonjob/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ def prepare_pythonjob_inputs(
**kwargs,
}
if process_label:
inputs[process_label] = process_label
inputs["process_label"] = process_label
return inputs

0 comments on commit a97ad5c

Please sign in to comment.