diff --git a/Squest/version.py b/Squest/version.py index 10eedb861..f3eba2548 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.6.0" +__version__ = "2.6.1b" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index e1f733108..05ab4e67c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.6.0" +version = "2.6.1b" description = "Service catalog on top of Red Hat Ansible Automation Platform(RHAAP)/AWX (formerly known as Ansible Tower)" authors = ["Nicolas Marcq ", "Elias Boulharts "] license = "MIT"