Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion src/main/python/systemds/project_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading