Skip to content

Commit 97d49cc

Browse files
committed
Add missing __version__
1 parent 6916d51 commit 97d49cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/ibm-db/ibm_db.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from typing import Any, Final, final, overload
22
from typing_extensions import Self
33

4+
__version__: Final[str]
45
ATTR_CASE: Final = 3271982
56
CASE_LOWER: Final = 1
67
CASE_NATURAL: Final = 0

0 commit comments

Comments
 (0)