From 2568abf0aa6c70e6e1890ee7e6c13cba47798eaa Mon Sep 17 00:00:00 2001 From: Elkin Aguas Date: Sat, 17 Aug 2024 12:00:53 +0200 Subject: [PATCH] Set release version to 0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cd926b..9a1da7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clir" -version = "0.6.3" +version = "0.6.0" description = "A clear and fast way to store and recover your commands" authors = ["Elkin Aguas "] license = "MIT License"