Skip to content

Commit 44d8035

Browse files
committed
Delete (currently '0.1.1') text in docs/documentation.md
1 parent 8eb2ff2 commit 44d8035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ You should rarely need to instantiate `LazyModule` directly — use
201201

202202
| Name | Type | Value |
203203
| --- | --- | --- |
204-
| `__version__` | `str` | Package version (currently `"0.1.1"`). |
204+
| `__version__` | `str` | Package version. |
205205
| `NATIVE_LAZY_IMPORT` | `bool` | `True` if the interpreter provides the native `lazy import` syntax (Python 3.15+). |
206206
| `SUPPORT_LAZY_IMPORT` | `bool` | Always `True` — this package provides its own implementation. |
207207

0 commit comments

Comments
 (0)