Skip to content

Commit

Permalink
Fix version handling (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Collonval <[email protected]>
  • Loading branch information
fcollonval and fcollonval authored Dec 19, 2024
1 parent 093d4b5 commit 4b641ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupyter_kernel_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

"""Jupyter Kernel Client through websocket."""

from ._version import __version__
from .client import KernelClient
from .konsoleapp import KonsoleApp
from .manager import KernelHttpManager
Expand All @@ -19,4 +20,5 @@
"KonsoleApp",
"LanguageSnippets",
"VariableDescription",
"__version__",
]
File renamed without changes.

0 comments on commit 4b641ee

Please sign in to comment.