From 66bf5725533fd8daff95bd8b3bdadd3f8fd3cfa2 Mon Sep 17 00:00:00 2001 From: gofrendi Date: Sun, 1 Dec 2024 16:26:29 +0700 Subject: [PATCH] Update version --- project.sh | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/project.sh b/project.sh index 678b430b..9856dc93 100755 --- a/project.sh +++ b/project.sh @@ -64,7 +64,8 @@ reload() { fi log_info 'Install' - poetry check && poetry install -E rag --no-root + poetry lock --no-update + poetry install if [ "$_IS_TERMUX" = "1" ] then diff --git a/pyproject.toml b/pyproject.toml index 8ab34fa7..8a6b5cb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zrb" -version = "1.0.0a8" +version = "1.0.0a9" description = "Your Automation Powerhouse" authors = ["Go Frendi Gunawan "] license = "AGPL-3.0-or-later"