From 93f8f3dc0fadd2e840539799ff2a5349172a84a6 Mon Sep 17 00:00:00 2001 From: Fabien Arcellier Date: Mon, 4 Sep 2023 14:16:12 +0200 Subject: [PATCH] release alfred-cli 2.2.0 --- pyproject.toml | 2 +- src/alfred/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0b9d50..b2909dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alfred-cli" -version = "2.1.1" +version = "2.2.0" description = "alfred is an extensible building tool that can replace a Makefile or Fabric. Writing commands in python is done in minutes." authors = ["Fabien Arcellier "] license = "MIT" diff --git a/src/alfred/__init__.py b/src/alfred/__init__.py index 9075dee..9cb175e 100644 --- a/src/alfred/__init__.py +++ b/src/alfred/__init__.py @@ -7,4 +7,4 @@ """ https://peps.python.org/pep-0440/ """ -__version__ = "2.1.1" +__version__ = "2.2.0"