From b5eb6f3007073599f91bf6e029432ff1ead3b300 Mon Sep 17 00:00:00 2001 From: ali-ramadhan Date: Fri, 5 Apr 2024 06:39:31 -0600 Subject: [PATCH] Bump v0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4a2183..71be38a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "matplotloom" -version = "0.2.0" +version = "0.3.0" description = "Weave your frames into easy matplotlib animations." authors = ["ali-ramadhan "] license = "MIT"