We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79db43a commit 97a422cCopy full SHA for 97a422c
bindings/python/quantcpp/__init__.py
@@ -15,7 +15,7 @@
15
from importlib.metadata import version as _pkg_version
16
__version__ = _pkg_version("quantcpp")
17
except Exception:
18
- __version__ = "0.11.0" # fallback for editable / source-tree imports
+ __version__ = "0.12.0" # fallback for editable / source-tree imports
19
20
import os
21
import sys
0 commit comments