Skip to content

Commit

Permalink
Publish 0.1.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_kernel_client-0.1.1-py3-none-any.whl: a692f97dfafff199c97252d5f6ac34fabdd5216597c2a1a34e055871966eb2b2

jupyter_kernel_client-0.1.1.tar.gz: 287a55653398ad8a606feb57890f437bb29c3516012081825f9e74dc933727df
  • Loading branch information
fcollonval committed Dec 4, 2024
1 parent ba89d99 commit 2871e57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.1.1

([Full Changelog](https://github.com/datalayer/jupyter-kernel-client/compare/66064f9f7afe59b2450fc3a15a2e78f4eb606852))

First version

### Contributors to this release

([GitHub contributors page for this release](https://github.com/datalayer/jupyter-kernel-client/graphs/contributors?from=2024-11-27&to=2024-12-04&type=c))

[@fcollonval](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-kernel-client+involves%3Afcollonval+updated%3A2024-11-27..2024-12-04&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion jupyter_kernel_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from .manager import KernelHttpManager
from .wsclient import KernelWebSocketClient

__version__ = "0.1.0"
__version__ = "0.1.1"

__all__ = ["KernelClient", "KernelHttpManager", "KernelWebSocketClient"]

0 comments on commit 2871e57

Please sign in to comment.