diff --git a/Squest/version.py b/Squest/version.py index fe070218b..50e231be6 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "2.2.0" +__version__ = "2.2.1b" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index f9782bfe1..a9b9eb889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "2.2.0" +version = "2.2.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"