Skip to content

Commit 20164a4

Browse files
committed
Update dev version to v1.2.11
1 parent 7117123 commit 20164a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
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.2.9-brightgreen.svg"
38+
<img src="https://img.shields.io/badge/pypi-v1.2.10-brightgreen.svg"
3939
alt="PyPI">
4040
</a>
4141
<a href="https://www.pybroker.com/en/latest/license.html">

src/pybroker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@
8787
# https://github.com/numba/numba/issues/8940
8888
from numba.np.unsafe import ndarray
8989

90-
__version__ = "1.2.10"
90+
__version__ = "1.2.11"

0 commit comments

Comments
 (0)