Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 1b34576

Browse files
committed
v0.11.0
1 parent 5823cef commit 1b34576

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dash_html_components/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import dash as _dash
77

88
from .version import __version__
9-
npm_version = '0.11.0-rc1'
9+
1010

1111
if not hasattr(_dash, 'development'):
1212
print("Dash was not successfully imported. Make sure you don't have a file "
@@ -27,7 +27,7 @@
2727
"external_url": (
2828
"https://unpkg.com/dash-html-components@{}"
2929
"/dash_html_components/bundle.js"
30-
).format(npm_version),
30+
).format(__version__),
3131
"namespace": "dash_html_components"
3232
}]
3333

dash_html_components/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.11.0rc1'
1+
__version__ = '0.11.0'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "0.11.0-rc1",
3+
"version": "0.11.0",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)