Skip to content

Commit 3851a54

Browse files
authored
chore: bump toolkit version (#44)
1 parent f59e68f commit 3851a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/deepnote/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export interface IDeepnoteKernelAutoSelector {
154154
ensureKernelSelected(notebook: vscode.NotebookDocument, token?: vscode.CancellationToken): Promise<void>;
155155
}
156156

157-
export const DEEPNOTE_TOOLKIT_VERSION = '0.2.30.post23';
157+
export const DEEPNOTE_TOOLKIT_VERSION = '0.2.30.post30';
158158
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`;
159159
export const DEEPNOTE_DEFAULT_PORT = 8888;
160160
export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';

0 commit comments

Comments
 (0)