diff --git a/.asf.yaml b/.asf.yaml index 56ed713fc0c..aa7dfbb1318 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -20,7 +20,7 @@ #------------------------------------------------------------- # Document for .asf.yml file is available at -# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features +# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md github: description: "An open source ML system for the end-to-end data science lifecycle" diff --git a/docs/_config.yml b/docs/_config.yml index 72dea08e4f0..3e045d2c223 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -39,5 +39,5 @@ exclude: - updateAPI.sh # These allow the documentation to be updated with newer releases -SYSTEMDS_VERSION: 3.3.0-SNAPSHOT +SYSTEMDS_VERSION: 3.4.0-SNAPSHOT diff --git a/src/main/python/systemds/project_info.py b/src/main/python/systemds/project_info.py index 0a3285f01fb..aad287fdbfa 100644 --- a/src/main/python/systemds/project_info.py +++ b/src/main/python/systemds/project_info.py @@ -23,4 +23,4 @@ # via string substitutions using the maven-resources-plugin __project_group_id__ = "org.apache.systemds" __project_artifact_id__ = "systemds" -__project_version__ = "3.3.0-dev" +__project_version__ = "3.4.0-dev"