From 1d273d3985c5b2df844aa71f4a5094ca98c7aa9d Mon Sep 17 00:00:00 2001 From: Elkin Aguas Date: Tue, 17 Oct 2023 22:02:26 +0200 Subject: [PATCH] Set version to 0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c2e00f..05a5ebc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clir" -version = "0.2.1" +version = "0.2.2" description = "A clear and fast way to store and recover your commands" authors = ["Elkin Aguas "] license = "MIT License"