Skip to content

Commit dda951b

Browse files
committed
enable cp.__version__ to be called
1 parent 8f59650 commit dda951b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

causalpy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import causalpy.pymc_models
55
import causalpy.skl_experiments
66
import causalpy.skl_models
7+
from causalpy.version import __version__
78

89
from .data import load_data
910

0 commit comments

Comments
 (0)