Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 14, 2024
1 parent 5699d67 commit 4a0a8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.4"
__version__ = "0.1.5"

from .calculations import PythonJob
from .launch import prepare_pythonjob_inputs
Expand Down

0 comments on commit 4a0a8ea

Please sign in to comment.