-
Notifications
You must be signed in to change notification settings - Fork 32
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.5.0-beta.0.tgz: 00bd4436f3d86fe3571905a8170e901e80288b85e37fe50d138b1febe9de8f62 jupyterlite-pyodide-kernel-extension-0.5.0-beta.0.tgz: 650e9a6fc75d70cfd7464e5b26ad01d088f4f0884188d2ab2e121a787f82c595 jupyterlite_pyodide_kernel-0.5.0b0-py3-none-any.whl: 417455ceb4f75cd10e40f4e5d2724f740804eed548af96205675267574dc8b1d jupyterlite_pyodide_kernel-0.5.0b0.tar.gz: c60b0bbacf4de4b0d3ff960c7cdec1bc6c3ef094fefc53b7f5a2c4e50f27f2dd
- 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.5.0a1" | ||
__version__ = "0.5.0b0" |
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.5.0a1" | ||
__version__ = "0.5.0b0" | ||
|
||
__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.5.0a1" | ||
__version__ = "0.5.0b0" | ||
|
||
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.5.0a1-py3-none-any.whl'; | ||
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.5.0a1-py3-none-any.whl'; | ||
export * as pipliteWheelUrl from '../pypi/piplite-0.5.0b0-py3-none-any.whl'; | ||
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.5.0b0-py3-none-any.whl'; | ||
export * as widgetsnbextensionWheelUrl from '../pypi/widgetsnbextension-3.6.999-py3-none-any.whl'; | ||
export * as widgetsnbextensionWheelUrl1 from '../pypi/widgetsnbextension-4.0.999-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