Skip to content

Commit f97a96f

Browse files
committed
Update version in module
1 parent df43248 commit f97a96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash_bootstrap_components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from ._components import * # noqa
88
from ._table import _generate_table_from_df
99

10-
__version__ = "0.10.4-dev"
10+
__version__ = "0.10.6-dev"
1111
_current_path = os.path.dirname(os.path.abspath(__file__))
1212

1313
METADATA_PATH = os.path.join(_current_path, "_components", "metadata.json")

0 commit comments

Comments
 (0)