From 0c7e60b4c7fbefde1f458d98cd5a35bb1cf2879b Mon Sep 17 00:00:00 2001 From: LSYS Date: Sun, 21 Jan 2024 12:21:13 +0800 Subject: [PATCH] Bump version to 0.4.0 --- forestplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forestplot/__init__.py b/forestplot/__init__.py index 8301345..7ce6452 100644 --- a/forestplot/__init__.py +++ b/forestplot/__init__.py @@ -1,5 +1,5 @@ """State version and import user-facing functions.""" -VERSION = (0, 3, 1) +VERSION = (0, 4, 0) __version__ = ".".join(map(str, VERSION))