Skip to content

Commit d72c7ba

Browse files
committed
chore: bring back toolkit version constant
1 parent f9376b5 commit d72c7ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kernels/deepnote/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,6 @@ export interface IDeepnoteKernelAutoSelector {
143143

144144
export const DEEPNOTE_TOOLKIT_WHEEL_URL =
145145
'https://deepnote-staging-runtime-artifactory.s3.amazonaws.com/deepnote-toolkit-packages/0.2.30.post20/deepnote_toolkit-0.2.30.post20-py3-none-any.whl';
146+
export const DEEPNOTE_TOOLKIT_VERSION = '0.2.30.post20';
146147
export const DEEPNOTE_DEFAULT_PORT = 8888;
147148
export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';

0 commit comments

Comments
 (0)