From f04bffa48ef2613569af47d625fb9b7d60beb68b Mon Sep 17 00:00:00 2001 From: Chris <741258+github@pm.me> Date: Thu, 28 Mar 2024 06:05:14 -0500 Subject: [PATCH] Update version to 0.7.0 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eec982f5..33c86043 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "terminaltexteffects" -version = "0.6.0" +version = "0.7.0" description = "A collection of visual effects that can be applied to terminal piped stdin text." authors = ["Chris <741258@pm.me>"] license = "MIT"