From 52f8673d691e83a7b1650e86e1c0b631584c9653 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Tue, 16 Aug 2022 20:56:31 +0200 Subject: [PATCH] Bump version to 4.1.5. --- pymc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymc/__init__.py b/pymc/__init__.py index 2ad6d70ae6f..bc46a833010 100644 --- a/pymc/__init__.py +++ b/pymc/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. # pylint: disable=wildcard-import -__version__ = "4.1.4" +__version__ = "4.1.5" import logging