From 9fec2803134887d18d9fd7ff243f1312fb5a2f9a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 8 Oct 2024 10:49:52 +0000 Subject: [PATCH] Update release badge and version file --- README.md | 2 +- osbot_prefect/version | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8714c6..f0a345e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## Repo details -![Current Release](https://img.shields.io/badge/release-v0.1.4-blue) +![Current Release](https://img.shields.io/badge/release-v0.1.5-blue) diff --git a/osbot_prefect/version b/osbot_prefect/version index 8c43fb4..027a383 100644 --- a/osbot_prefect/version +++ b/osbot_prefect/version @@ -1 +1 @@ -v0.1.4 +v0.1.5 diff --git a/pyproject.toml b/pyproject.toml index ceb0051..66d93e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # pip install prefect did work [tool.poetry] name = "osbot_prefect" -version = "v0.1.4" +version = "v0.1.5" description = "OWASP Security Bot - Prefect" authors = ["Dinis Cruz "] license = "MIT"