Skip to content

Commit 981880f

Browse files
delsimGibbsConsulting
authored andcommitted
Fix typo and bump version (#169)
1 parent 533acf1 commit 981880f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_plotly_dash/dash_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def get_local_stateless_by_name(name):
7575
if _stateless_app_lookup_func is None:
7676
_stateless_app_lookup_func = stateless_app_lookup_hook()
7777

78-
sa = stateless_app_lookup_func(name)
78+
sa = _stateless_app_lookup_func(name)
7979

8080
if not sa:
8181
# TODO wrap this in raising a 404 if not found

django_plotly_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
2424
'''
2525

26-
__version__ = "1.0.0"
26+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)