We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb836d commit 4fec22eCopy full SHA for 4fec22e
src/aiida_pythonjob/__init__.py
@@ -1,6 +1,6 @@
1
"""AiiDA plugin that run Python function on remote computers."""
2
3
-__version__ = "0.1.2"
+__version__ = "0.1.3"
4
5
from .calculations import PythonJob
6
from .data import PickledData, PickledFunction
0 commit comments