From 3a83eade5565c7e1193a1b8bfc2393ea23b20afc Mon Sep 17 00:00:00 2001 From: lidongze0629 <9546726@qq.com> Date: Fri, 30 Apr 2021 21:17:37 +0800 Subject: [PATCH] Release v0.4.0 --- VERSION | 2 +- charts/graphscope/Chart.yaml | 4 ++-- coordinator/gscoordinator/version.py | 4 ++-- python/graphscope/version.py | 4 ++-- python/jupyter/graphscope/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index 0d91a54c7d43..1d0ba9ea182b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/charts/graphscope/Chart.yaml b/charts/graphscope/Chart.yaml index 9860e05e16d0..95c2a1642e75 100644 --- a/charts/graphscope/Chart.yaml +++ b/charts/graphscope/Chart.yaml @@ -26,10 +26,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.3.0" +appVersion: "0.4.0" diff --git a/coordinator/gscoordinator/version.py b/coordinator/gscoordinator/version.py index 9fd4977978c2..49f4a191ffb4 100644 --- a/coordinator/gscoordinator/version.py +++ b/coordinator/gscoordinator/version.py @@ -26,7 +26,7 @@ __version__ = fp.read().strip() __version_tuple__ = (int(v) for v in __version__.split(".")) else: - __version__ = "0.3.0" - __version_tuple__ = (0, 3, 0) + __version__ = "0.4.0" + __version_tuple__ = (0, 4, 0) del version_file_path diff --git a/python/graphscope/version.py b/python/graphscope/version.py index 9fd4977978c2..49f4a191ffb4 100644 --- a/python/graphscope/version.py +++ b/python/graphscope/version.py @@ -26,7 +26,7 @@ __version__ = fp.read().strip() __version_tuple__ = (int(v) for v in __version__.split(".")) else: - __version__ = "0.3.0" - __version_tuple__ = (0, 3, 0) + __version__ = "0.4.0" + __version_tuple__ = (0, 4, 0) del version_file_path diff --git a/python/jupyter/graphscope/package.json b/python/jupyter/graphscope/package.json index c13d8b556b3d..01371ca9ad04 100644 --- a/python/jupyter/graphscope/package.json +++ b/python/jupyter/graphscope/package.json @@ -1,6 +1,6 @@ { "name": "graphscope-jupyter", - "version": "0.3.0", + "version": "0.4.0", "description": "A GraphScope Jupyter Extension, including Graphin Widget, etc.", "keywords": [ "jupyter",