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