diff --git a/VERSION b/VERSION index 1d0ba9ea182b..267577d47e49 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/analytical_engine/CMakeLists.txt b/analytical_engine/CMakeLists.txt index b7eb9459c3e0..cba7ae084a46 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 3) - set(GRAPHSCOPE_ANALYTICAL_PATCH_VERSION 0) + set(GRAPHSCOPE_ANALYTICAL_MINOR_VERSION 4) + set(GRAPHSCOPE_ANALYTICAL_PATCH_VERSION 1) 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 95c2a1642e75..a7ffb416ddb2 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.4.0 +version: 0.4.1 # 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.4.0" +appVersion: "0.4.1" diff --git a/coordinator/gscoordinator/version.py b/coordinator/gscoordinator/version.py index 49f4a191ffb4..4f1e0f28d533 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.4.0" - __version_tuple__ = (0, 4, 0) + __version__ = "0.4.1" + __version_tuple__ = (0, 4, 1) del version_file_path diff --git a/python/graphscope/version.py b/python/graphscope/version.py index 49f4a191ffb4..4f1e0f28d533 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.4.0" - __version_tuple__ = (0, 4, 0) + __version__ = "0.4.1" + __version_tuple__ = (0, 4, 1) del version_file_path diff --git a/python/jupyter/graphscope/package.json b/python/jupyter/graphscope/package.json index 4028f7a0bdc1..3ca000c17624 100644 --- a/python/jupyter/graphscope/package.json +++ b/python/jupyter/graphscope/package.json @@ -1,6 +1,6 @@ { "name": "@graphscope/graphscope-jupyter", - "version": "0.4.0", + "version": "0.4.1", "description": "A GraphScope Jupyter Extension, including Graphin Widget, etc.", "keywords": [ "jupyter",