From 09c95c653095fb4a7eda0d85e674f95a80debce1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 20 Jan 2025 15:52:31 +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 826e50a2..ccc2e4d5 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-v2.11.25-blue) +![Current Release](https://img.shields.io/badge/release-v2.11.26-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 037fc26c..f2153bca 100644 --- a/osbot_utils/version +++ b/osbot_utils/version @@ -1 +1 @@ -v2.11.25 +v2.11.26 diff --git a/pyproject.toml b/pyproject.toml index 4702e212..dff5b380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "osbot_utils" -version = "v2.11.25" +version = "v2.11.26" description = "OWASP Security Bot - Utils" authors = ["Dinis Cruz "] license = "MIT"