Skip to content

Commit 58c86b6

Browse files
m1sosaltenasl
andauthored
chore: Upgrade Toolkit to v1 (#157)
Co-authored-by: Lukas Šaltėnas <lukas.saltenas@gmail.com>
1 parent d330fd3 commit 58c86b6

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)