From 29141ff8026f04d8ea50c29ea339bce912e8cc58 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 11 Sep 2024 14:31:52 -0700 Subject: [PATCH 1/2] Bump to v0.12.4rc0 --- mesop/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesop/version.py b/mesop/version.py index 394c5327..4d9aa729 100644 --- a/mesop/version.py +++ b/mesop/version.py @@ -1,6 +1,6 @@ """Contains the version string.""" -VERSION = "0.12.3" +VERSION = "0.12.4rc0" if __name__ == "__main__": print(VERSION) From 508cb4d93af7ccc0c6176832f812e605dff1ab30 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 11 Sep 2024 14:36:36 -0700 Subject: [PATCH 2/2] Bump to v0.12.4 --- mesop/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesop/version.py b/mesop/version.py index 4d9aa729..0d2f1c99 100644 --- a/mesop/version.py +++ b/mesop/version.py @@ -1,6 +1,6 @@ """Contains the version string.""" -VERSION = "0.12.4rc0" +VERSION = "0.12.4" if __name__ == "__main__": print(VERSION)