Skip to content

Commit

Permalink
Bump version to 1.6.1.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu authored and github-actions[bot] committed Sep 10, 2024
1 parent 507aa06 commit 86524cf
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mlserver/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1.rc1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver"
version = "1.6.0"
version = "1.6.1.rc1"
description = "MLServer"
authors = ["Seldon Technologies Ltd. <hello@seldon.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/alibi-detect/mlserver_alibi_detect/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1.rc1"
2 changes: 1 addition & 1 deletion runtimes/alibi-detect/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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. <hello@seldon.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/alibi-explain/mlserver_alibi_explain/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1.rc1"
2 changes: 1 addition & 1 deletion runtimes/alibi-explain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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. <hello@seldon.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/catboost/mlserver_catboost/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1.rc1"
2 changes: 1 addition & 1 deletion runtimes/catboost/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <theofilos@gmail.com>"]
maintainers = ["Seldon Technologies Ltd. <hello@seldon.io>"]
Expand Down
2 changes: 1 addition & 1 deletion runtimes/huggingface/mlserver_huggingface/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1.rc1"
2 changes: 1 addition & 1 deletion runtimes/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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. <hello@seldon.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/lightgbm/mlserver_lightgbm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1.rc1"
2 changes: 1 addition & 1 deletion runtimes/lightgbm/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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. <hello@seldon.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/mlflow/mlserver_mlflow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1.rc1"
2 changes: 1 addition & 1 deletion runtimes/mlflow/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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. <hello@seldon.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/mllib/mlserver_mllib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1.rc1"
2 changes: 1 addition & 1 deletion runtimes/mllib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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. <hello@seldon.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/sklearn/mlserver_sklearn/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1.rc1"
2 changes: 1 addition & 1 deletion runtimes/sklearn/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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. <hello@seldon.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/xgboost/mlserver_xgboost/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1.rc1"
2 changes: 1 addition & 1 deletion runtimes/xgboost/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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. <hello@seldon.io>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 86524cf

Please sign in to comment.