Skip to content

Commit 07f9044

Browse files
authored
feat: bump deepnote-toolkit version to 1.1.0 (#165)
1 parent 7277539 commit 07f9044

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.0';
159+
export const DEEPNOTE_TOOLKIT_VERSION = '1.1.0';
160160
export const DEEPNOTE_DEFAULT_PORT = 8888;
161161
export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';

0 commit comments

Comments
 (0)