Skip to content

Commit 10cef09

Browse files
committed
Merge pull request #13 from plotly/jackwluo-patch-1
Dash.ly -> dash (same issue)
1 parent 139edb0 commit 10cef09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.1'
1+
__version__ = '0.6.2'

packages/dash-html-components/package.json

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

packages/dash-html-components/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
include_package_data=True,
1212
license='MIT',
1313
description='Dash UI HTML component suite',
14-
install_requires=['dash.ly']
14+
install_requires=['dash']
1515
)

0 commit comments

Comments
 (0)