Skip to content

Commit a316575

Browse files
authored
Merge pull request #461 from ydb-platform/ydb_package_version
Add dunder version to ydb package
2 parents afcb2f8 + 1c08ebf commit a316575

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)