Skip to content

Commit 68358d1

Browse files
FlorentinDMats-SX
andcommitted
Assert correct version is used
Co-authored-by: Mats Rydberg <mats@neo4j.org>
1 parent 30bbcf3 commit 68358d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/python-runtime-V1.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9+
"from graphdatascience import GraphDataScience\n",
10+
"from graphdatascience import __version__\n",
11+
"\n",
912
"# Make sure you have installed the custom GDS Client distributed with this notebook\n",
10-
"from graphdatascience import GraphDataScience"
13+
"assert __version__ == \"1.8a1.dev1\""
1114
]
1215
},
1316
{

0 commit comments

Comments
 (0)