From 1d00f3eb81723523968f3610e81a0c42fd96326f Mon Sep 17 00:00:00 2001 From: Osvaldo A Martin Date: Thu, 30 May 2024 19:14:31 -0300 Subject: [PATCH] Update __init__.py --- pymc3/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymc3/__init__.py b/pymc3/__init__.py index d59e9ce3d20..0a5f7caad5a 100644 --- a/pymc3/__init__.py +++ b/pymc3/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. # pylint: disable=wildcard-import -__version__ = "3.11.5" +__version__ = "3.11.6" import logging import multiprocessing as mp