From 655935476cd47235159bf65c558eb116a8a7f6ed Mon Sep 17 00:00:00 2001 From: qexat <43090614+qexat@users.noreply.github.com> Date: Tue, 2 May 2023 23:49:48 +0200 Subject: [PATCH] Bump to 0.1.3 (#13) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 401a702..be3f34f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Coquille" -version = "0.1.2" +version = "0.1.3" authors = [{name = "Qexat"}] description = "Coquille is a library that wraps terminal escape sequences as convenient functions." readme = "README.md"