Skip to content

Commit

Permalink
Update ZenML and mlstacks versions
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Feb 15, 2024
1 parent b64ccd1 commit ed60e9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 = "mlstacks"
version = "0.8.0"
version = "0.8.1"
packages = [{ include = "mlstacks", from = "src" }]
description = "MLStacks MLStacks."
authors = ["ZenML GmbH <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/mlstacks/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
2 changes: 1 addition & 1 deletion src/mlstacks/terraform/aws-modular/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ variable "mlflow_bucket" {
# variables for creating a ZenML stack configuration file
variable "zenml-version" {
description = "The version of ZenML being used"
default = "0.53.1"
default = "0.55.2"
type = string
}

Expand Down
2 changes: 1 addition & 1 deletion src/mlstacks/terraform/gcp-modular/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ variable "mlflow-password" {
# variables for creating a ZenML stack configuration file
variable "zenml-version" {
description = "The version of ZenML being used"
default = "0.53.1"
default = "0.55.2"
type = string
}

Expand Down
2 changes: 1 addition & 1 deletion src/mlstacks/terraform/k3d-modular/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ variable "seldon-secret-name" {
# variables for creating a ZenML stack configuration file
variable "zenml-version" {
description = "The version of ZenML being used"
default = "0.53.1"
default = "0.55.2"
type = string
}

Expand Down

0 comments on commit ed60e9a

Please sign in to comment.