Skip to content

Commit ed8f501

Browse files
committed
Release 0.2.0
1 parent d8f44f7 commit ed8f501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiida_pythonjob/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""AiiDA plugin that run Python function on remote computers."""
22

3-
__version__ = "0.1.8"
3+
__version__ = "0.2.0"
44

55
from .calculations import PythonJob
66
from .decorator import pyfunction

0 commit comments

Comments
 (0)