Skip to content

Commit cff769e

Browse files
committed
Release 0.3.24
1 parent 98bc7da commit cff769e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiida_workgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from .task import Task
1010
from .decorator import task, build_task
1111

12-
__version__ = "0.3.23"
12+
__version__ = "0.3.24"
1313

1414
__all__ = ["WorkGraph", "Task", "task", "build_task"]

docs/gallery/autogen/quick_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def multiply(x, y):
112112
# export the workgraph to html file so that it can be visualized in a browser
113113
wg.to_html()
114114
# comment out the following line to visualize the workgraph in jupyter-notebook
115-
wg
115+
# wg
116116

117117

118118
######################################################################

0 commit comments

Comments
 (0)