We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391bed1 commit a2dc73eCopy full SHA for a2dc73e
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.1.40-brightgreen.svg"
+ <img src="https://img.shields.io/badge/pypi-v1.2.1-brightgreen.svg"
39
alt="PyPI">
40
41
<a href="https://www.pybroker.com/en/latest/license.html">
src/pybroker/__init__.py
@@ -52,4 +52,4 @@
52
# https://github.com/numba/numba/issues/8940
53
from numba.np.unsafe import ndarray
54
55
-__version__ = "1.1.41"
+__version__ = "1.2.1"
0 commit comments