Skip to content

Commit 4b641ee

Browse files
Frédéric Collonvalfcollonval
andauthored
Fix version handling (#15)
Co-authored-by: Frédéric Collonval <[email protected]>
1 parent 093d4b5 commit 4b641ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

jupyter_kernel_client/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
"""Jupyter Kernel Client through websocket."""
66

7+
from ._version import __version__
78
from .client import KernelClient
89
from .konsoleapp import KonsoleApp
910
from .manager import KernelHttpManager
@@ -19,4 +20,5 @@
1920
"KonsoleApp",
2021
"LanguageSnippets",
2122
"VariableDescription",
23+
"__version__",
2224
]

0 commit comments

Comments
 (0)