diff --git a/jaal/__init__.py b/jaal/__init__.py index c8b6822..71e9b2f 100644 --- a/jaal/__init__.py +++ b/jaal/__init__.py @@ -1,4 +1,4 @@ # import Jaal at root from .jaal import Jaal # version in setup fetched from here -__version__ = "0.1.1" \ No newline at end of file +__version__ = "0.1.2" \ No newline at end of file diff --git a/setup.py b/setup.py index 8fd6995..ef43fc8 100644 --- a/setup.py +++ b/setup.py @@ -48,5 +48,5 @@ def get_version(rel_path): 'pandas>=1.2.1', 'dash_core_components>=1.15.0', 'dash_html_components>=1.1.2', - 'dash_bootstrap_components>=0.11.1'], + 'dash_bootstrap_components<1'], ) \ No newline at end of file