We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7117123 commit 20164a4Copy full SHA for 20164a4
docs/source/index.rst
@@ -35,7 +35,7 @@ PyBroker
35
alt="python">
36
</a>
37
<a href="https://pypi.org/project/lib-pybroker/">
38
- <img src="https://img.shields.io/badge/pypi-v1.2.9-brightgreen.svg"
+ <img src="https://img.shields.io/badge/pypi-v1.2.10-brightgreen.svg"
39
alt="PyPI">
40
41
<a href="https://www.pybroker.com/en/latest/license.html">
src/pybroker/__init__.py
@@ -87,4 +87,4 @@
87
# https://github.com/numba/numba/issues/8940
88
from numba.np.unsafe import ndarray
89
90
-__version__ = "1.2.10"
+__version__ = "1.2.11"
0 commit comments