Skip to content

Commit a5bde90

Browse files
committed
chore: Upgrade Toolkit to v1
1 parent 2cf42fd commit a5bde90

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
@@ -156,6 +156,6 @@ export interface IDeepnoteKernelAutoSelector {
156156
ensureKernelSelected(notebook: vscode.NotebookDocument, token?: vscode.CancellationToken): Promise<void>;
157157
}
158158

159-
export const DEEPNOTE_TOOLKIT_VERSION = '1.0.0rc2';
159+
export const DEEPNOTE_TOOLKIT_VERSION = '1.0.0';
160160
export const DEEPNOTE_DEFAULT_PORT = 8888;
161161
export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';

0 commit comments

Comments
 (0)