From 0ef84d24746117b632d0945d0ae4e4c8df975dd4 Mon Sep 17 00:00:00 2001 From: Fabien Arcellier Date: Sat, 24 Jun 2023 07:12:46 +0200 Subject: [PATCH] release 2.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 525e3d0..90201fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alfred-cli" -version = "2.0.0" +version = "2.1.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"