diff --git a/django_plotly_dash/__init__.py b/django_plotly_dash/__init__.py index af4c6e41..b45b3d01 100644 --- a/django_plotly_dash/__init__.py +++ b/django_plotly_dash/__init__.py @@ -1,6 +1,6 @@ # -__version__ = "0.0.1" +__version__ = "0.0.2" from .dash_wrapper import DelayedDash diff --git a/requirements.txt b/requirements.txt index 4c75f37e..1e0d14fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ dash==0.21.1 dash-core-components==0.22.1 dash-html-components==0.10.1 dash-renderer==0.12.1 -Django==2.0.5 plotly==2.5.1