From 8588afb065f4b93e34beaa14f67a3131bc6e89cc Mon Sep 17 00:00:00 2001 From: Rodolfo Stangherlin Date: Fri, 10 Feb 2023 17:31:23 -0300 Subject: [PATCH] build: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8e5a62..a17bf9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcp-pilot" -version = "1.8.0" +version = "1.9.0" description = "Google Cloud Platform Friendly Pilot" authors = ["Joao Daher "] repository = "https://github.com/flamingo-run/gcp-pilot"