From ad4be39171c3f7bd188f44d74b64eba9e278b3c8 Mon Sep 17 00:00:00 2001 From: rebzzel Date: Sun, 18 Sep 2022 22:45:44 +0300 Subject: [PATCH] Update version (0.0.1 -> 0.0.2) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35fa0ef..34b84a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ansie" -version = "0.0.1" +version = "0.0.2" description = "Utility for convenient use of ANSI ESC codes." authors = ["Rebzzel"] license = "MIT"