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 43c1279 commit a04bfecCopy full SHA for a04bfec
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Future CHANGELOG entries will be documented under the [release notes on GitHub](https://github.com/QuantEcon/QuantEcon.py/releases)
4
5
+## Ver 0.11.1 (4th-March-2026)
6
+
7
+See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.11.1)
8
9
## Ver 0.11.0
10
11
See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.11.0)
quantecon/__init__.py
@@ -3,7 +3,7 @@
Import the main names to top level.
"""
-__version__ = '0.11.0'
+__version__ = '0.11.1'
try:
import numba
0 commit comments