From 73149bdd39d9d53c179db7505f8fd4f738007434 Mon Sep 17 00:00:00 2001 From: Dominik Haitz Date: Tue, 26 Nov 2024 16:02:12 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84761a9..bd2b8c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mplcyberpunk" -version = "0.7.3" # setting this here manually until uv supports dynamic versions properly +version = "0.7.4" # setting this here manually until uv supports dynamic versions properly description = "Add-on for Matplotlib to produce 'Cyberpunk' style plots" readme = "README.md" license = {text = "MIT License"}