Skip to content

Commit 97a422c

Browse files
unamedkrclaude
andauthored
chore: bump __version__ fallback to 0.12.0 (#44)
Sync the source-tree fallback in __init__.py with pyproject.toml. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 79db43a commit 97a422c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/quantcpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from importlib.metadata import version as _pkg_version
1616
__version__ = _pkg_version("quantcpp")
1717
except Exception:
18-
__version__ = "0.11.0" # fallback for editable / source-tree imports
18+
__version__ = "0.12.0" # fallback for editable / source-tree imports
1919

2020
import os
2121
import sys

0 commit comments

Comments
 (0)