Skip to content

Commit b1134f2

Browse files
author
Mark Gibbs
committed
Update dependencies and bump to 0.4.1
1 parent bcafcd4 commit b1134f2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

django_plotly_dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.4.1"
44

55
from .dash_wrapper import DjangoDash
66

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dash-core-components==0.22.1
33
dash-html-components==0.10.1
44
dash-renderer==0.12.1
55
plotly==2.5.1
6+
dpd-components

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'dash-core-components',
4040
'dash-html-components',
4141
'dash-renderer',
42+
'dpd-components',
4243
'Django',],
4344
python_requires=">=3",
4445
)

0 commit comments

Comments
 (0)