We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083f592 commit 839e3baCopy full SHA for 839e3ba
src/aiida_pythonjob/__init__.py
@@ -1,6 +1,6 @@
1
"""AiiDA plugin that run Python function on remote computers."""
2
3
-__version__ = "0.1.6"
+__version__ = "0.1.7"
4
5
from .calculations import PythonJob
6
from .launch import prepare_pythonjob_inputs
0 commit comments