diff --git a/pyproject.toml b/pyproject.toml index 3d9cc72..0c48b34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alfred-cli" -version = "2.2.4" +version = "2.2.5" description = "Alfred is an extensible automation tool. It allows you to build your continuous integration scripts in python, and much more. You can replace any scripts using the best of both worlds, shell and python." authors = ["Fabien Arcellier "] license = "MIT" diff --git a/src/alfred/__init__.py b/src/alfred/__init__.py index f681cf3..c6ce1bb 100644 --- a/src/alfred/__init__.py +++ b/src/alfred/__init__.py @@ -9,4 +9,4 @@ """ https://peps.python.org/pep-0440/ """ -__version__ = "2.2.4" +__version__ = "2.2.5"