Skip to content

Commit

Permalink
Fix package dependencies (#426)
Browse files Browse the repository at this point in the history
* Relax constraint on dbc

* Bump version number to 2.1.1

Co-authored-by: delsim <dev@gibbsconsulting.ca>
  • Loading branch information
delsim and delsim committed Nov 9, 2022
1 parent 4be68ad commit eaeeb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_plotly_dash/version.py
Expand Up @@ -23,4 +23,4 @@
'''

__version__ = "2.1.0"
__version__ = "2.1.1"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@
'dash>=2.0',
'dpd-components',

'dash-bootstrap-components<1',
'dash-bootstrap-components',

'channels<3.0',
'Django>=2.2,<4.0.0',
Expand Down

0 comments on commit eaeeb94

Please sign in to comment.