From ba2ae7771cbac06d696786e44acd7be5e1b04209 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 19 Nov 2024 16:41:03 +0000 Subject: [PATCH] Update release badge and version file --- README.md | 2 +- osbot_utils/version | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 453d0667..5a6842e4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Powerful Python util methods and classes that simplify common apis and tasks. -![Current Release](https://img.shields.io/badge/release-v1.77.2-blue) +![Current Release](https://img.shields.io/badge/release-v1.78.0-blue) [![codecov](https://codecov.io/gh/owasp-sbot/OSBot-Utils/graph/badge.svg?token=GNVW0COX1N)](https://codecov.io/gh/owasp-sbot/OSBot-Utils) diff --git a/osbot_utils/version b/osbot_utils/version index 1c75288b..26d8ec7b 100644 --- a/osbot_utils/version +++ b/osbot_utils/version @@ -1 +1 @@ -v1.77.2 +v1.78.0 diff --git a/pyproject.toml b/pyproject.toml index 280d77b7..cd7d4ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "osbot_utils" -version = "v1.77.2" +version = "v1.78.0" description = "OWASP Security Bot - Utils" authors = ["Dinis Cruz "] license = "MIT"