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