Skip to content

Commit 1c08ebf

Browse files
committed
Add dunder version to ydb package
1 parent c383b40 commit 1c08ebf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
__path__ = extend_path(__path__, __name__)
44

5+
from .ydb_version import VERSION
6+
7+
__version__ = VERSION
8+
59
from .credentials import * # noqa
610
from .driver import * # noqa
711
from .global_settings import * # noqa

0 commit comments

Comments
 (0)