From 2ea89a206aac805d62b5bddfa09e56c4f576ae4c Mon Sep 17 00:00:00 2001 From: Marcus Fedarko Date: Sun, 29 Dec 2024 16:54:49 -0500 Subject: [PATCH] REL: bump version to 0.4.0 --- wotplot/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wotplot/_version.py b/wotplot/_version.py index 0664c53..6a9beea 100644 --- a/wotplot/_version.py +++ b/wotplot/_version.py @@ -1 +1 @@ -__version__ = "0.3.0-dev" +__version__ = "0.4.0"