Skip to content

Commit

Permalink
Merge pull request #479 from facultyai/prerelease/0.10.8-rc2
Browse files Browse the repository at this point in the history
Prerelease 0.10.8-rc2
  • Loading branch information
tcbegley committed Nov 25, 2020
2 parents 90d9d4f + 5ba55ef commit 53a4631
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.8-dev"
__version__ = "0.10.8-rc2"
_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.8-dev",
"version": "0.10.8-rc2",
"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.8-dev"
assert __version__ == "0.10.8-rc2"

0 comments on commit 53a4631

Please sign in to comment.