Skip to content

Commit eaeeb94

Browse files
delsimdelsim
and
delsim
authored
Fix package dependencies (#426)
* Relax constraint on dbc * Bump version number to 2.1.1 Co-authored-by: delsim <[email protected]>
1 parent 4be68ad commit eaeeb94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_plotly_dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
2424
'''
2525

26-
__version__ = "2.1.0"
26+
__version__ = "2.1.1"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
'dash>=2.0',
4545
'dpd-components',
4646

47-
'dash-bootstrap-components<1',
47+
'dash-bootstrap-components',
4848

4949
'channels<3.0',
5050
'Django>=2.2,<4.0.0',

0 commit comments

Comments
 (0)