We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0abbbf commit aaaa578Copy full SHA for aaaa578
VERSION
@@ -1 +1 @@
1
-0.1.3
+0.2.0
coordinator/gscoordinator/version.py
@@ -26,7 +26,7 @@
26
__version__ = fp.read().strip()
27
__version_tuple__ = (int(v) for v in __version__.split("."))
28
else:
29
- __version__ = "0.1.3"
30
- __version_tuple__ = (0, 1, 3)
+ __version__ = "0.2.0"
+ __version_tuple__ = (0, 2, 0)
31
32
del version_file_path
python/graphscope/version.py
0 commit comments