From cec11d19b1ffe06154cb0ea9259f0ae7f269cc93 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Sat, 30 Mar 2024 09:40:42 +0000 Subject: [PATCH] 3.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbc27c6..799e4b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rich-pixels" -version = "3.0.0" +version = "3.0.1" description = "A Rich-compatible library for writing pixel images and ASCII art to the terminal." authors = [ { name = "Darren Burns", email = "darrenb900@gmail.com" }