Skip to content

Commit 20e1da7

Browse files
committed
Fixed enabled notifications for online servable state
1 parent 7572f73 commit 20e1da7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from channelmap_generator.gui.gui import create_app
1010

11-
pn.extension()
11+
pn.extension(notifications=True)
1212

1313
sys.path.insert(0, str(Path(__file__).parent))
1414

channelmap_generator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
from .backend import *
99

10-
__version__ = "0.3.4"
10+
__version__ = "0.3.5"
1111
__author__ = "Maxime Beau"
1212
__email__ = "maxime@princeton.edu"

0 commit comments

Comments
 (0)