From ccb63aa7e0e62cdb777644959022fdeb67ccb785 Mon Sep 17 00:00:00 2001 From: edtechre Date: Mon, 12 Aug 2024 20:10:47 -0700 Subject: [PATCH] Update dev version to 1.2.2 --- src/pybroker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybroker/__init__.py b/src/pybroker/__init__.py index df77cf2..7e3d0aa 100644 --- a/src/pybroker/__init__.py +++ b/src/pybroker/__init__.py @@ -52,4 +52,4 @@ # https://github.com/numba/numba/issues/8940 from numba.np.unsafe import ndarray -__version__ = "1.2.1" +__version__ = "1.2.2"