Skip to content

Commit 09637a8

Browse files
sakoushgithub-actions[bot]
authored andcommitted
Bump version to 1.6.0
1 parent 52f61f3 commit 09637a8

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Seldon Technologies"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "1.6.0.rc1"
27+
release = "1.6.0"
2828

2929

3030
# -- General configuration ---------------------------------------------------

mlserver/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0.rc1"
1+
__version__ = "1.6.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver"
3-
version = "1.6.0.rc1"
3+
version = "1.6.0"
44
description = "MLServer"
55
authors = ["Seldon Technologies Ltd. <hello@seldon.io>"]
66
license = "Apache-2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0.rc1"
1+
__version__ = "1.6.0"

runtimes/alibi-detect/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-alibi-detect"
3-
version = "1.6.0.rc1"
3+
version = "1.6.0"
44
description = "Alibi-Detect runtime for MLServer"
55
authors = ["Seldon Technologies Ltd. <hello@seldon.io>"]
66
license = "Apache-2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0.rc1"
1+
__version__ = "1.6.0"

runtimes/alibi-explain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-alibi-explain"
3-
version = "1.6.0.rc1"
3+
version = "1.6.0"
44
description = "Alibi-Explain runtime for MLServer"
55
authors = ["Seldon Technologies Ltd. <hello@seldon.io>"]
66
license = "Apache-2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0.rc1"
1+
__version__ = "1.6.0"

runtimes/catboost/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlserver-catboost"
3-
version = "1.6.0.rc1"
3+
version = "1.6.0"
44
description = "Catboost runtime for MLServer"
55
authors = ["Theofilos Papapanagiotou <theofilos@gmail.com>"]
66
maintainers = ["Seldon Technologies Ltd. <hello@seldon.io>"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0.rc1"
1+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)