Skip to content

Commit

Permalink
Bump version to 1.6.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu authored and github-actions[bot] committed Jun 19, 2024
1 parent e8229a2 commit 52f61f3
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.dev2"
release = "1.6.0.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.dev2"
__version__ = "1.6.0.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.dev2"
version = "1.6.0.rc1"
description = "MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
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.dev2"
__version__ = "1.6.0.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.dev2"
version = "1.6.0.rc1"
description = "Alibi-Detect runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
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.dev2"
__version__ = "1.6.0.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.dev2"
version = "1.6.0.rc1"
description = "Alibi-Explain runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
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.dev2"
__version__ = "1.6.0.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.dev2"
version = "1.6.0.rc1"
description = "Catboost runtime for MLServer"
authors = ["Theofilos Papapanagiotou <[email protected]>"]
maintainers = ["Seldon Technologies Ltd. <[email protected]>"]
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.dev2"
__version__ = "1.6.0.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.dev2"
version = "1.6.0.rc1"
description = "HuggingFace runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
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.dev2"
__version__ = "1.6.0.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.dev2"
version = "1.6.0.rc1"
description = "LightGBM runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
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.dev2"
__version__ = "1.6.0.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.dev2"
version = "1.6.0.rc1"
description = "MLflow runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
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.dev2"
__version__ = "1.6.0.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.dev2"
version = "1.6.0.rc1"
description = "Spark MLlib runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
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.dev2"
__version__ = "1.6.0.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.dev2"
version = "1.6.0.rc1"
description = "Scikit-Learn runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
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.dev2"
__version__ = "1.6.0.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.dev2"
version = "1.6.0.rc1"
description = "XGBoost runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 52f61f3

Please sign in to comment.