diff --git a/Squest/version.py b/Squest/version.py index c3c61c86f..34db58545 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.5.0" +__version__ = "2.5.1b" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 0ea49faee..23780f7ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.5.0" +version = "2.5.1b" description = "Service catalog on top of Red Hat Ansible Automation Platform(RHAAP)/AWX (formerly known as Ansible Tower)" authors = ["Nicolas Marcq <nicolas.marcq@hpe.com>", "Elias Boulharts <elias.boulharts@hpe.com", "Anthony Belhadj <abelhadj@hpe.com>"] license = "MIT"