From c635945ab3052e88313a86caebf2263f58d16c66 Mon Sep 17 00:00:00 2001 From: edtechre Date: Sat, 29 Jun 2024 15:04:24 -0700 Subject: [PATCH] Update dev version to v1.2.1 --- docs/source/index.rst | 2 +- src/pybroker/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 5c25545..85a2cd7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -35,7 +35,7 @@ PyBroker alt="python"> - PyPI diff --git a/src/pybroker/__init__.py b/src/pybroker/__init__.py index 0a084b1..df77cf2 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.0" +__version__ = "1.2.1"