From 0e1615a5ed390c227ccae73c552e42825ea9cef7 Mon Sep 17 00:00:00 2001 From: ali-ramadhan Date: Sat, 11 May 2024 09:29:12 -0600 Subject: [PATCH] Bump v0.4.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3276dda..c564fdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "matplotloom" -version = "0.3.0" -description = "Weave your frames into easy matplotlib animations." +version = "0.4.0" +description = "Weave your frames into matplotlib animations." authors = ["ali-ramadhan "] license = "MIT" readme = "README.md"