Skip to content

Commit 9cbcd6b

Browse files
author
Mark Gibbs
committed
Fix missing importlib import and bump version number
1 parent 931b66a commit 9cbcd6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

django_plotly_dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
SOFTWARE.
2727
'''
2828

29-
__version__ = "0.9.1"
29+
__version__ = "0.9.2"
3030

3131
from .dash_wrapper import DjangoDash

django_plotly_dash/access.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
SOFTWARE.
2323
'''
2424

25+
import importlib
2526
from django.conf import settings
2627

2728
from django.contrib.auth.decorators import login_required as login_required_decorator

0 commit comments

Comments
 (0)