Skip to content

Commit

Permalink
Merge pull request #454 from facultyai/release/0.10.6
Browse files Browse the repository at this point in the history
Bump version to 0.10.6
  • Loading branch information
tcbegley committed Sep 10, 2020
2 parents f37303d + 28fb8dc commit 641c258
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dash_bootstrap_components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from ._components import * # noqa
from ._table import _generate_table_from_df

__version__ = "0.10.6-dev"
__version__ = "0.10.6"
_current_path = os.path.dirname(os.path.abspath(__file__))

METADATA_PATH = os.path.join(_current_path, "_components", "metadata.json")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-bootstrap-components",
"version": "0.10.6-dev",
"version": "0.10.6",
"description": "Bootstrap components for Plotly Dash",
"repository": "github:facultyai/dash-bootstrap-components",
"main": "lib/dash-bootstrap-components.min.js",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.10.6-dev"
assert __version__ == "0.10.6"

0 comments on commit 641c258

Please sign in to comment.