Commit 248214a
Export __version__ via __all__
PEP 396 convention: ``__version__`` is the canonical public
module-level version handle. Add it to ``__all__`` so
``from dqlitewire import *`` binds it and static-analysis tools that
treat ``__all__`` as the source of truth see it as public — matching
python-dqlite-dbapi which already advertises it this way.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 872055e commit 248214a
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments