From 437d0c828054ed90aad95085c2b4419105b913b0 Mon Sep 17 00:00:00 2001 From: Fabien Arcellier Date: Mon, 22 Jan 2024 18:35:33 +0100 Subject: [PATCH] release 2.2.5 --- pyproject.toml | 2 +- src/alfred/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"