diff --git a/README.md b/README.md index e30983ad..a9a46987 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ The quality gate covers these test scenarios (✅ done, ✔ in-progress, ❌ pla - **06 - Pipeline** - ✅ TS601: Simple pipeline(s) - ✅ TS602: Complex pipeline(s) - - ✔ TS602: Complex mass pipeline(s) + - ✔ TS603: Complex pipeline(s), mass operation + - ❌ TS604: Complex pipeline(s) for ingest - **07 - Build model** - ✅ TS701: Build CART model - ❌ TS702: Build XGBoost model diff --git a/qgate_sln_mlrun/version.py b/qgate_sln_mlrun/version.py index cfeffaa9..d40e2600 100644 --- a/qgate_sln_mlrun/version.py +++ b/qgate_sln_mlrun/version.py @@ -1,3 +1,3 @@ # Store the version here so: -__version__ = '0.2.3' \ No newline at end of file +__version__ = '0.2.4' \ No newline at end of file