diff --git a/docs/conf.py b/docs/conf.py index ccaad95a3..859e126f7 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.0.rc1" +release = "1.6.0" # -- General configuration --------------------------------------------------- diff --git a/mlserver/version.py b/mlserver/version.py index 3491f2a39..e4adfb83d 100644 --- a/mlserver/version.py +++ b/mlserver/version.py @@ -1 +1 @@ -__version__ = "1.6.0.rc1" +__version__ = "1.6.0" diff --git a/pyproject.toml b/pyproject.toml index 42837bb9b..1d1a2c0aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver" -version = "1.6.0.rc1" +version = "1.6.0" 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 3491f2a39..e4adfb83d 100644 --- a/runtimes/alibi-detect/mlserver_alibi_detect/version.py +++ b/runtimes/alibi-detect/mlserver_alibi_detect/version.py @@ -1 +1 @@ -__version__ = "1.6.0.rc1" +__version__ = "1.6.0" diff --git a/runtimes/alibi-detect/pyproject.toml b/runtimes/alibi-detect/pyproject.toml index a2b1bf7e6..7e9db498f 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.0.rc1" +version = "1.6.0" 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 3491f2a39..e4adfb83d 100644 --- a/runtimes/alibi-explain/mlserver_alibi_explain/version.py +++ b/runtimes/alibi-explain/mlserver_alibi_explain/version.py @@ -1 +1 @@ -__version__ = "1.6.0.rc1" +__version__ = "1.6.0" diff --git a/runtimes/alibi-explain/pyproject.toml b/runtimes/alibi-explain/pyproject.toml index c40a259ea..38cccfdff 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.0.rc1" +version = "1.6.0" 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 3491f2a39..e4adfb83d 100644 --- a/runtimes/catboost/mlserver_catboost/version.py +++ b/runtimes/catboost/mlserver_catboost/version.py @@ -1 +1 @@ -__version__ = "1.6.0.rc1" +__version__ = "1.6.0" diff --git a/runtimes/catboost/pyproject.toml b/runtimes/catboost/pyproject.toml index ca4b6257a..9b61c62b2 100644 --- a/runtimes/catboost/pyproject.toml +++ b/runtimes/catboost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-catboost" -version = "1.6.0.rc1" +version = "1.6.0" 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 3491f2a39..e4adfb83d 100644 --- a/runtimes/huggingface/mlserver_huggingface/version.py +++ b/runtimes/huggingface/mlserver_huggingface/version.py @@ -1 +1 @@ -__version__ = "1.6.0.rc1" +__version__ = "1.6.0" diff --git a/runtimes/huggingface/pyproject.toml b/runtimes/huggingface/pyproject.toml index 0089e0e71..2796209bd 100644 --- a/runtimes/huggingface/pyproject.toml +++ b/runtimes/huggingface/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-huggingface" -version = "1.6.0.rc1" +version = "1.6.0" 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 3491f2a39..e4adfb83d 100644 --- a/runtimes/lightgbm/mlserver_lightgbm/version.py +++ b/runtimes/lightgbm/mlserver_lightgbm/version.py @@ -1 +1 @@ -__version__ = "1.6.0.rc1" +__version__ = "1.6.0" diff --git a/runtimes/lightgbm/pyproject.toml b/runtimes/lightgbm/pyproject.toml index 4be048904..f76bb4598 100644 --- a/runtimes/lightgbm/pyproject.toml +++ b/runtimes/lightgbm/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-lightgbm" -version = "1.6.0.rc1" +version = "1.6.0" 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 3491f2a39..e4adfb83d 100644 --- a/runtimes/mlflow/mlserver_mlflow/version.py +++ b/runtimes/mlflow/mlserver_mlflow/version.py @@ -1 +1 @@ -__version__ = "1.6.0.rc1" +__version__ = "1.6.0" diff --git a/runtimes/mlflow/pyproject.toml b/runtimes/mlflow/pyproject.toml index 3722f4d8e..c522e8fd6 100644 --- a/runtimes/mlflow/pyproject.toml +++ b/runtimes/mlflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-mlflow" -version = "1.6.0.rc1" +version = "1.6.0" 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 3491f2a39..e4adfb83d 100644 --- a/runtimes/mllib/mlserver_mllib/version.py +++ b/runtimes/mllib/mlserver_mllib/version.py @@ -1 +1 @@ -__version__ = "1.6.0.rc1" +__version__ = "1.6.0" diff --git a/runtimes/mllib/pyproject.toml b/runtimes/mllib/pyproject.toml index 15a32f34c..d563f6cac 100644 --- a/runtimes/mllib/pyproject.toml +++ b/runtimes/mllib/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-mllib" -version = "1.6.0.rc1" +version = "1.6.0" 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 3491f2a39..e4adfb83d 100644 --- a/runtimes/sklearn/mlserver_sklearn/version.py +++ b/runtimes/sklearn/mlserver_sklearn/version.py @@ -1 +1 @@ -__version__ = "1.6.0.rc1" +__version__ = "1.6.0" diff --git a/runtimes/sklearn/pyproject.toml b/runtimes/sklearn/pyproject.toml index 794dc2914..4c8d7b01c 100644 --- a/runtimes/sklearn/pyproject.toml +++ b/runtimes/sklearn/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-sklearn" -version = "1.6.0.rc1" +version = "1.6.0" 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 3491f2a39..e4adfb83d 100644 --- a/runtimes/xgboost/mlserver_xgboost/version.py +++ b/runtimes/xgboost/mlserver_xgboost/version.py @@ -1 +1 @@ -__version__ = "1.6.0.rc1" +__version__ = "1.6.0" diff --git a/runtimes/xgboost/pyproject.toml b/runtimes/xgboost/pyproject.toml index a4ae0cbe5..a36670c3a 100644 --- a/runtimes/xgboost/pyproject.toml +++ b/runtimes/xgboost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-xgboost" -version = "1.6.0.rc1" +version = "1.6.0" description = "XGBoost runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0"