diff --git a/README.md b/README.md index fe5f00dd..9f47bc5f 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.21-blue) +![Current Release](https://img.shields.io/badge/release-v2.11.22-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 111abe3e..33458c6f 100644 --- a/osbot_utils/version +++ b/osbot_utils/version @@ -1 +1 @@ -v2.11.21 +v2.11.22 diff --git a/pyproject.toml b/pyproject.toml index 74f38d46..e67a29f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "osbot_utils" -version = "v2.11.21" +version = "v2.11.22" description = "OWASP Security Bot - Utils" authors = ["Dinis Cruz "] license = "MIT"