Skip to content

Commit a34e8fb

Browse files
committed
add __version__ to batchglm.api
1 parent 1d05720 commit a34e8fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

batchglm/api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from .. import __version__
12
from ..log_cfg import logger, unconfigure_logging, enable_logging
23

34
from . import models

0 commit comments

Comments
 (0)