Skip to content

Commit 4a0a8ea

Browse files
committed
Release 0.1.5
1 parent 5699d67 commit 4a0a8ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pip install -e .
3131

3232

3333
## Documentation
34-
Explore the comprehensive [documentation](https://aiida-pythonjob.readthedocs.io/en/latest/) to discover all the features and capabilities of AiiDA Workgraph.
34+
Explore the comprehensive [documentation](https://aiida-pythonjob.readthedocs.io/en/latest/) to discover all the features and capabilities of AiiDA PythonJob.
3535

3636

3737
## License

src/aiida_pythonjob/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""AiiDA plugin that run Python function on remote computers."""
22

3-
__version__ = "0.1.4"
3+
__version__ = "0.1.5"
44

55
from .calculations import PythonJob
66
from .launch import prepare_pythonjob_inputs

0 commit comments

Comments
 (0)