From 0eeaa062f66e90360b9ff6c6c90d6188cd1d412e Mon Sep 17 00:00:00 2001 From: RobertSamoilescu Date: Tue, 10 Sep 2024 15:09:42 +0000 Subject: [PATCH] Bump version to 1.6.1 --- docs/conf.py | 2 +- mlserver/version.py | 2 +- pyproject.toml | 2 +- runtimes/alibi-detect/mlserver_alibi_detect/version.py | 2 +- runtimes/alibi-detect/pyproject.toml | 2 +- runtimes/alibi-explain/mlserver_alibi_explain/version.py | 2 +- runtimes/alibi-explain/pyproject.toml | 2 +- runtimes/catboost/mlserver_catboost/version.py | 2 +- runtimes/catboost/pyproject.toml | 2 +- runtimes/huggingface/mlserver_huggingface/version.py | 2 +- runtimes/huggingface/pyproject.toml | 2 +- runtimes/lightgbm/mlserver_lightgbm/version.py | 2 +- runtimes/lightgbm/pyproject.toml | 2 +- runtimes/mlflow/mlserver_mlflow/version.py | 2 +- runtimes/mlflow/pyproject.toml | 2 +- runtimes/mllib/mlserver_mllib/version.py | 2 +- runtimes/mllib/pyproject.toml | 2 +- runtimes/sklearn/mlserver_sklearn/version.py | 2 +- runtimes/sklearn/pyproject.toml | 2 +- runtimes/xgboost/mlserver_xgboost/version.py | 2 +- runtimes/xgboost/pyproject.toml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7423b6a1b..636562ac1 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = "Seldon Technologies" # The full version, including alpha/beta/rc tags -release = "1.6.1.rc2" +release = "1.6.1" # -- General configuration --------------------------------------------------- diff --git a/mlserver/version.py b/mlserver/version.py index 15a791d8c..f49459c74 100644 --- a/mlserver/version.py +++ b/mlserver/version.py @@ -1 +1 @@ -__version__ = "1.6.1.rc2" +__version__ = "1.6.1" diff --git a/pyproject.toml b/pyproject.toml index 79364e25b..6589325e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver" -version = "1.6.1.rc2" +version = "1.6.1" description = "MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/alibi-detect/mlserver_alibi_detect/version.py b/runtimes/alibi-detect/mlserver_alibi_detect/version.py index 15a791d8c..f49459c74 100644 --- a/runtimes/alibi-detect/mlserver_alibi_detect/version.py +++ b/runtimes/alibi-detect/mlserver_alibi_detect/version.py @@ -1 +1 @@ -__version__ = "1.6.1.rc2" +__version__ = "1.6.1" diff --git a/runtimes/alibi-detect/pyproject.toml b/runtimes/alibi-detect/pyproject.toml index 88788bce2..338ee429d 100644 --- a/runtimes/alibi-detect/pyproject.toml +++ b/runtimes/alibi-detect/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-alibi-detect" -version = "1.6.1.rc2" +version = "1.6.1" description = "Alibi-Detect runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/alibi-explain/mlserver_alibi_explain/version.py b/runtimes/alibi-explain/mlserver_alibi_explain/version.py index 15a791d8c..f49459c74 100644 --- a/runtimes/alibi-explain/mlserver_alibi_explain/version.py +++ b/runtimes/alibi-explain/mlserver_alibi_explain/version.py @@ -1 +1 @@ -__version__ = "1.6.1.rc2" +__version__ = "1.6.1" diff --git a/runtimes/alibi-explain/pyproject.toml b/runtimes/alibi-explain/pyproject.toml index 3d514bf1e..5891deb9b 100644 --- a/runtimes/alibi-explain/pyproject.toml +++ b/runtimes/alibi-explain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-alibi-explain" -version = "1.6.1.rc2" +version = "1.6.1" description = "Alibi-Explain runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/catboost/mlserver_catboost/version.py b/runtimes/catboost/mlserver_catboost/version.py index 15a791d8c..f49459c74 100644 --- a/runtimes/catboost/mlserver_catboost/version.py +++ b/runtimes/catboost/mlserver_catboost/version.py @@ -1 +1 @@ -__version__ = "1.6.1.rc2" +__version__ = "1.6.1" diff --git a/runtimes/catboost/pyproject.toml b/runtimes/catboost/pyproject.toml index 3dc2e6ae9..507e69704 100644 --- a/runtimes/catboost/pyproject.toml +++ b/runtimes/catboost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-catboost" -version = "1.6.1.rc2" +version = "1.6.1" description = "Catboost runtime for MLServer" authors = ["Theofilos Papapanagiotou "] maintainers = ["Seldon Technologies Ltd. "] diff --git a/runtimes/huggingface/mlserver_huggingface/version.py b/runtimes/huggingface/mlserver_huggingface/version.py index 15a791d8c..f49459c74 100644 --- a/runtimes/huggingface/mlserver_huggingface/version.py +++ b/runtimes/huggingface/mlserver_huggingface/version.py @@ -1 +1 @@ -__version__ = "1.6.1.rc2" +__version__ = "1.6.1" diff --git a/runtimes/huggingface/pyproject.toml b/runtimes/huggingface/pyproject.toml index 85e899e7e..c325d81cb 100644 --- a/runtimes/huggingface/pyproject.toml +++ b/runtimes/huggingface/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-huggingface" -version = "1.6.1.rc2" +version = "1.6.1" description = "HuggingFace runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/lightgbm/mlserver_lightgbm/version.py b/runtimes/lightgbm/mlserver_lightgbm/version.py index 15a791d8c..f49459c74 100644 --- a/runtimes/lightgbm/mlserver_lightgbm/version.py +++ b/runtimes/lightgbm/mlserver_lightgbm/version.py @@ -1 +1 @@ -__version__ = "1.6.1.rc2" +__version__ = "1.6.1" diff --git a/runtimes/lightgbm/pyproject.toml b/runtimes/lightgbm/pyproject.toml index 5d6e938a8..d369d2081 100644 --- a/runtimes/lightgbm/pyproject.toml +++ b/runtimes/lightgbm/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-lightgbm" -version = "1.6.1.rc2" +version = "1.6.1" description = "LightGBM runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/mlflow/mlserver_mlflow/version.py b/runtimes/mlflow/mlserver_mlflow/version.py index 15a791d8c..f49459c74 100644 --- a/runtimes/mlflow/mlserver_mlflow/version.py +++ b/runtimes/mlflow/mlserver_mlflow/version.py @@ -1 +1 @@ -__version__ = "1.6.1.rc2" +__version__ = "1.6.1" diff --git a/runtimes/mlflow/pyproject.toml b/runtimes/mlflow/pyproject.toml index 2776fbfbb..a3e004556 100644 --- a/runtimes/mlflow/pyproject.toml +++ b/runtimes/mlflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-mlflow" -version = "1.6.1.rc2" +version = "1.6.1" description = "MLflow runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/mllib/mlserver_mllib/version.py b/runtimes/mllib/mlserver_mllib/version.py index 15a791d8c..f49459c74 100644 --- a/runtimes/mllib/mlserver_mllib/version.py +++ b/runtimes/mllib/mlserver_mllib/version.py @@ -1 +1 @@ -__version__ = "1.6.1.rc2" +__version__ = "1.6.1" diff --git a/runtimes/mllib/pyproject.toml b/runtimes/mllib/pyproject.toml index 876dfc5e7..825ff83c6 100644 --- a/runtimes/mllib/pyproject.toml +++ b/runtimes/mllib/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-mllib" -version = "1.6.1.rc2" +version = "1.6.1" description = "Spark MLlib runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/sklearn/mlserver_sklearn/version.py b/runtimes/sklearn/mlserver_sklearn/version.py index 15a791d8c..f49459c74 100644 --- a/runtimes/sklearn/mlserver_sklearn/version.py +++ b/runtimes/sklearn/mlserver_sklearn/version.py @@ -1 +1 @@ -__version__ = "1.6.1.rc2" +__version__ = "1.6.1" diff --git a/runtimes/sklearn/pyproject.toml b/runtimes/sklearn/pyproject.toml index 9eb23ae18..4e308903d 100644 --- a/runtimes/sklearn/pyproject.toml +++ b/runtimes/sklearn/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-sklearn" -version = "1.6.1.rc2" +version = "1.6.1" description = "Scikit-Learn runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/xgboost/mlserver_xgboost/version.py b/runtimes/xgboost/mlserver_xgboost/version.py index 15a791d8c..f49459c74 100644 --- a/runtimes/xgboost/mlserver_xgboost/version.py +++ b/runtimes/xgboost/mlserver_xgboost/version.py @@ -1 +1 @@ -__version__ = "1.6.1.rc2" +__version__ = "1.6.1" diff --git a/runtimes/xgboost/pyproject.toml b/runtimes/xgboost/pyproject.toml index 82242993c..b742fc3c8 100644 --- a/runtimes/xgboost/pyproject.toml +++ b/runtimes/xgboost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-xgboost" -version = "1.6.1.rc2" +version = "1.6.1" description = "XGBoost runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0"