diff --git a/src/kernels/deepnote/types.ts b/src/kernels/deepnote/types.ts index 622ae0abc9..ed76eb919e 100644 --- a/src/kernels/deepnote/types.ts +++ b/src/kernels/deepnote/types.ts @@ -154,7 +154,7 @@ export interface IDeepnoteKernelAutoSelector { ensureKernelSelected(notebook: vscode.NotebookDocument, token?: vscode.CancellationToken): Promise; } -export const DEEPNOTE_TOOLKIT_VERSION = '0.2.30.post23'; +export const DEEPNOTE_TOOLKIT_VERSION = '0.2.30.post30'; export const DEEPNOTE_TOOLKIT_WHEEL_URL = `https://deepnote-staging-runtime-artifactory.s3.amazonaws.com/deepnote-toolkit-packages/${DEEPNOTE_TOOLKIT_VERSION}/deepnote_toolkit-${DEEPNOTE_TOOLKIT_VERSION}-py3-none-any.whl`; export const DEEPNOTE_DEFAULT_PORT = 8888; export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';