Skip to content

Commit a2dc73e

Browse files
committedAug 13, 2024
Update version to 1.2.1
1 parent 391bed1 commit a2dc73e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PyBroker
3535
alt="python">
3636
</a>
3737
<a href="https://pypi.org/project/lib-pybroker/">
38-
<img src="https://img.shields.io/badge/pypi-v1.1.40-brightgreen.svg"
38+
<img src="https://img.shields.io/badge/pypi-v1.2.1-brightgreen.svg"
3939
alt="PyPI">
4040
</a>
4141
<a href="https://www.pybroker.com/en/latest/license.html">

‎src/pybroker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
# https://github.com/numba/numba/issues/8940
5353
from numba.np.unsafe import ndarray
5454

55-
__version__ = "1.1.41"
55+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)