From e24b67869134f72d66c7fe1f491662d691bfd735 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 14 Oct 2024 23:31:02 +0000 Subject: [PATCH] Update release badge and version file --- README.md | 2 +- osbot_local_stack/version | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e270255..b0e214d 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## Repo details -![Current Release](https://img.shields.io/badge/release-v0.1.16-blue) +![Current Release](https://img.shields.io/badge/release-v0.1.17-blue) diff --git a/osbot_local_stack/version b/osbot_local_stack/version index 00a2c6f..30cbcd2 100644 --- a/osbot_local_stack/version +++ b/osbot_local_stack/version @@ -1 +1 @@ -v0.1.16 +v0.1.17 diff --git a/pyproject.toml b/pyproject.toml index 8198e9f..355f22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "osbot_local_stack" -version = "v0.1.16" +version = "v0.1.17" description = "OWASP Security Bot - LLM" authors = ["Dinis Cruz "] license = "MIT"