-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyterlite-pyodide-kernel-0.4.1.tgz: 02cf9518e5cf4d033b1979bc9fb276721cb5e39ef260733f1f624fdf4e456466 jupyterlite-pyodide-kernel-extension-0.4.1.tgz: e7a73d3d83bac7cecbd3ad891ba7803bc4a51245d6573a932c402f7d92b13339 jupyterlite_pyodide_kernel-0.4.1-py3-none-any.whl: 3fd496c31a9da5aed5c2bb2e3e0e61d0a58fd3f6f74f87411950e2b28132930f jupyterlite_pyodide_kernel-0.4.1.tar.gz: 065d9c1ce2d39a7dd79aac542d6aa823e9e41c4428dc6dbe9442f4b93225ff02
- Loading branch information
Showing
8 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""source of truth for ``jupyterlite-pyodide-kernel``` version.""" | ||
|
||
__version__ = "0.4.0" | ||
__version__ = "0.4.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
from .piplite import install | ||
|
||
__version__ = "0.4.0" | ||
__version__ = "0.4.1" | ||
|
||
__all__ = ["install", "__version__"] |
2 changes: 1 addition & 1 deletion
2
packages/pyodide-kernel/py/pyodide-kernel/pyodide_kernel/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
"""A Python kernel backed by Pyodide""" | ||
|
||
__version__ = "0.4.0" | ||
__version__ = "0.4.1" | ||
|
||
import sys | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// this file is autogenerated from the wheels described in ../package.json | ||
export * as allJSONUrl from '../pypi/all.json'; | ||
export * as ipykernelWheelUrl from '../pypi/ipykernel-6.9.2-py3-none-any.whl'; | ||
export * as pipliteWheelUrl from '../pypi/piplite-0.4.0-py3-none-any.whl'; | ||
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.4.0-py3-none-any.whl'; | ||
export * as pipliteWheelUrl from '../pypi/piplite-0.4.1-py3-none-any.whl'; | ||
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.4.1-py3-none-any.whl'; | ||
export * as widgetsnbextensionWheelUrl from '../pypi/widgetsnbextension-3.6.6-py3-none-any.whl'; | ||
export * as widgetsnbextensionWheelUrl1 from '../pypi/widgetsnbextension-4.0.11-py3-none-any.whl'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters