We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f44f7 commit ed8f501Copy full SHA for ed8f501
src/aiida_pythonjob/__init__.py
@@ -1,6 +1,6 @@
1
"""AiiDA plugin that run Python function on remote computers."""
2
3
-__version__ = "0.1.8"
+__version__ = "0.2.0"
4
5
from .calculations import PythonJob
6
from .decorator import pyfunction
0 commit comments