8000 Release 0.16.6 · Calysto/matlab_kernel@744425e · GitHub
[go: up one dir, main page]

Skip to content

Commit 744425e

Browse files
committed
Release 0.16.6
1 parent fbdb3dd commit 744425e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matlab_kernel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""A Matlab kernel for Jupyter"""
22

3-
__version__ = '0.16.5'
3+
__version__ = '0.16.6'

matlab_kernel/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
try:
1414
m = MatlabKernel()
1515
print('Matlab connection established')
16-
print(o.banner)
16+
print(m.banner)
1717
except Exception as e:
1818
print(e)

0 commit comments

Comments
 (0)
0