Skip to content

Commit 391bed1

Browse files
committed
Update dev version to v1.1.41
1 parent e123add commit 391bed1

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.39-brightgreen.svg"
38+
<img src="https://img.shields.io/badge/pypi-v1.1.40-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.40"
55+
__version__ = "1.1.41"

0 commit comments

Comments
 (0)