Skip to content

Commit 15fd23f

Browse files
authored
Add missing __version__ (#121)
1 parent 5b7f178 commit 15fd23f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlalchemy-stubs/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,5 @@ from .types import Unicode as Unicode
121121
from .types import UnicodeText as UnicodeText
122122
from .types import VARBINARY as VARBINARY
123123
from .types import VARCHAR as VARCHAR
124+
125+
__version__: str

0 commit comments

Comments
 (0)