From 10df127eb1ed9d1d3325c13b84abf4c8b110bfd2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 21 Nov 2024 14:59:55 +0000 Subject: [PATCH] Update release badge and version file --- osbot_fast_api/version | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osbot_fast_api/version b/osbot_fast_api/version index ff7aeac..e00ea27 100644 --- a/osbot_fast_api/version +++ b/osbot_fast_api/version @@ -1 +1 @@ -v0.7.22 +v0.7.23 diff --git a/pyproject.toml b/pyproject.toml index dc5bfe0..f019344 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "osbot_fast_api" -version = "v0.7.22" +version = "v0.7.23" description = "OWASP Security Bot - Fast API" authors = ["Dinis Cruz "] license = "MIT"