diff --git a/bnpm/__init__.py b/bnpm/__init__.py index 6a1bdd6..27a4789 100644 --- a/bnpm/__init__.py +++ b/bnpm/__init__.py @@ -28,6 +28,7 @@ 'server', 'similarity', 'spectral', + 'sql_helpers', 'stats', 'timeSeries', 'torch_helpers', @@ -79,4 +80,4 @@ def prepare_cv2_imshow(): for pkg in __all__: exec('from . import ' + pkg) -__version__ = '0.4.3' \ No newline at end of file +__version__ = '0.4.4' \ No newline at end of file