diff --git a/docs/conf.py b/docs/conf.py index 859e126f7..8cf7bf5e4 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" +release = "1.6.1.rc1" # -- General configuration --------------------------------------------------- diff --git a/mlserver/version.py b/mlserver/version.py index e4adfb83d..6d58e4d30 100644 --- a/mlserver/version.py +++ b/mlserver/version.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1.rc1" diff --git a/pyproject.toml b/pyproject.toml index c4b147680..d72d854d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver" -version = "1.6.0" +version = "1.6.1.rc1" 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 e4adfb83d..6d58e4d30 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" +__version__ = "1.6.1.rc1" diff --git a/runtimes/alibi-detect/pyproject.toml b/runtimes/alibi-detect/pyproject.toml index 7e9db498f..ce9fdfb70 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" +version = "1.6.1.rc1" 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 e4adfb83d..6d58e4d30 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" +__version__ = "1.6.1.rc1" diff --git a/runtimes/alibi-explain/pyproject.toml b/runtimes/alibi-explain/pyproject.toml index 38cccfdff..c4057cd18 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" +version = "1.6.1.rc1" 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 e4adfb83d..6d58e4d30 100644 --- a/runtimes/catboost/mlserver_catboost/version.py +++ b/runtimes/catboost/mlserver_catboost/version.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1.rc1" diff --git a/runtimes/catboost/pyproject.toml b/runtimes/catboost/pyproject.toml index 9b61c62b2..eb2f36a28 100644 --- a/runtimes/catboost/pyproject.toml +++ b/runtimes/catboost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-catboost" -version = "1.6.0" +version = "1.6.1.rc1" 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 e4adfb83d..6d58e4d30 100644 --- a/runtimes/huggingface/mlserver_huggingface/version.py +++ b/runtimes/huggingface/mlserver_huggingface/version.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1.rc1" diff --git a/runtimes/huggingface/pyproject.toml b/runtimes/huggingface/pyproject.toml index 6f99bd2e2..0df17748a 100644 --- a/runtimes/huggingface/pyproject.toml +++ b/runtimes/huggingface/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-huggingface" -version = "1.6.0" +version = "1.6.1.rc1" 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 e4adfb83d..6d58e4d30 100644 --- a/runtimes/lightgbm/mlserver_lightgbm/version.py +++ b/runtimes/lightgbm/mlserver_lightgbm/version.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1.rc1" diff --git a/runtimes/lightgbm/pyproject.toml b/runtimes/lightgbm/pyproject.toml index f76bb4598..9d9eebdf0 100644 --- a/runtimes/lightgbm/pyproject.toml +++ b/runtimes/lightgbm/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-lightgbm" -version = "1.6.0" +version = "1.6.1.rc1" 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 e4adfb83d..6d58e4d30 100644 --- a/runtimes/mlflow/mlserver_mlflow/version.py +++ b/runtimes/mlflow/mlserver_mlflow/version.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1.rc1" diff --git a/runtimes/mlflow/pyproject.toml b/runtimes/mlflow/pyproject.toml index a0aba5afd..200b94594 100644 --- a/runtimes/mlflow/pyproject.toml +++ b/runtimes/mlflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-mlflow" -version = "1.6.0" +version = "1.6.1.rc1" 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 e4adfb83d..6d58e4d30 100644 --- a/runtimes/mllib/mlserver_mllib/version.py +++ b/runtimes/mllib/mlserver_mllib/version.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1.rc1" diff --git a/runtimes/mllib/pyproject.toml b/runtimes/mllib/pyproject.toml index d563f6cac..475bd7931 100644 --- a/runtimes/mllib/pyproject.toml +++ b/runtimes/mllib/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-mllib" -version = "1.6.0" +version = "1.6.1.rc1" 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 e4adfb83d..6d58e4d30 100644 --- a/runtimes/sklearn/mlserver_sklearn/version.py +++ b/runtimes/sklearn/mlserver_sklearn/version.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1.rc1" diff --git a/runtimes/sklearn/pyproject.toml b/runtimes/sklearn/pyproject.toml index 4c8d7b01c..c5b32d1b1 100644 --- a/runtimes/sklearn/pyproject.toml +++ b/runtimes/sklearn/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-sklearn" -version = "1.6.0" +version = "1.6.1.rc1" 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 e4adfb83d..6d58e4d30 100644 --- a/runtimes/xgboost/mlserver_xgboost/version.py +++ b/runtimes/xgboost/mlserver_xgboost/version.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1.rc1" diff --git a/runtimes/xgboost/pyproject.toml b/runtimes/xgboost/pyproject.toml index a36670c3a..c6b6e486a 100644 --- a/runtimes/xgboost/pyproject.toml +++ b/runtimes/xgboost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-xgboost" -version = "1.6.0" +version = "1.6.1.rc1" description = "XGBoost runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0"