From 8eacbe05be75ec2ccc4f0aafba77a3bc33e2a64a Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Tue, 19 Mar 2024 21:17:05 +0100 Subject: [PATCH] Release inception-cli 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8871fae..ebbc367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "inception-cli" -version = "0.1.1-dev" +version = "0.1.1" readme = "README.md" # homepage = "https://github.com/inception-project/inception-cli" repository = "https://github.com/inception-project/inception-cli"