From 3e9b12f14474d096280d6c3a28a22ac2392e1479 Mon Sep 17 00:00:00 2001 From: lidongze0629 <9546726@qq.com> Date: Sat, 3 Apr 2021 13:59:05 +0800 Subject: [PATCH] release 0.3.0 --- VERSION | 2 +- analytical_engine/CMakeLists.txt | 4 ++-- charts/graphscope/Chart.yaml | 4 ++-- coordinator/gscoordinator/version.py | 4 ++-- python/graphscope/version.py | 4 ++-- python/jupyter/graphscope/package.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 0c62199f16ac..0d91a54c7d43 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 +0.3.0 diff --git a/analytical_engine/CMakeLists.txt b/analytical_engine/CMakeLists.txt index e546cbe237e3..0a6f345fef9c 100644 --- a/analytical_engine/CMakeLists.txt +++ b/analytical_engine/CMakeLists.txt @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.1) if ("${GRAPHSCOPE_VERSION}" STREQUAL "") set(GRAPHSCOPE_ANALYTICAL_MAJOR_VERSION 0) - set(GRAPHSCOPE_ANALYTICAL_MINOR_VERSION 2) - set(GRAPHSCOPE_ANALYTICAL_PATCH_VERSION 1) + set(GRAPHSCOPE_ANALYTICAL_MINOR_VERSION 3) + set(GRAPHSCOPE_ANALYTICAL_PATCH_VERSION 0) set(GRAPHSCOPE_ANALYTICAL_VERSION ${GRAPHSCOPE_ANALYTICAL_MAJOR_VERSION}.${GRAPHSCOPE_ANALYTICAL_MINOR_VERSION}.${GRAPHSCOPE_ANALYTICAL_PATCH_VERSION}) else () set(GRAPHSCOPE_ANALYTICAL_MAJOR_VERSION ${GRAPHSCOPE_MAJOR_VERSION}) diff --git a/charts/graphscope/Chart.yaml b/charts/graphscope/Chart.yaml index dc253d036d93..9860e05e16d0 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.2.1 +version: 0.3.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.2.1" +appVersion: "0.3.0" diff --git a/coordinator/gscoordinator/version.py b/coordinator/gscoordinator/version.py index 307e9372f1f3..9fd4977978c2 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.2.1" - __version_tuple__ = (0, 2, 1) + __version__ = "0.3.0" + __version_tuple__ = (0, 3, 0) del version_file_path diff --git a/python/graphscope/version.py b/python/graphscope/version.py index 307e9372f1f3..9fd4977978c2 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.2.1" - __version_tuple__ = (0, 2, 1) + __version__ = "0.3.0" + __version_tuple__ = (0, 3, 0) del version_file_path diff --git a/python/jupyter/graphscope/package.json b/python/jupyter/graphscope/package.json index 210a9357521d..c13d8b556b3d 100644 --- a/python/jupyter/graphscope/package.json +++ b/python/jupyter/graphscope/package.json @@ -1,6 +1,6 @@ { "name": "graphscope-jupyter", - "version": "0.2.1", + "version": "0.3.0", "description": "A GraphScope Jupyter Extension, including Graphin Widget, etc.", "keywords": [ "jupyter",