From 9b1e2752892e67117456de74251c6188c7744246 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 12 Jan 2025 00:13:28 +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 81946302..f0299ade 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.10.0-blue) +![Current Release](https://img.shields.io/badge/release-v2.10.1-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 80de12c5..c0151c8a 100644 --- a/osbot_utils/version +++ b/osbot_utils/version @@ -1 +1 @@ -v2.10.0 +v2.10.1 diff --git a/pyproject.toml b/pyproject.toml index 8456ad80..b6553c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "osbot_utils" -version = "v2.10.0" +version = "v2.10.1" description = "OWASP Security Bot - Utils" authors = ["Dinis Cruz "] license = "MIT"