Skip to content

Commit dd6543c

Browse files
committed
Back to dev version
1 parent 28413da commit dd6543c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

notebook/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
1111

12-
version_info = (6, 3, 0)
12+
version_info = (6, 4, 0, '.dev0')
1313
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

notebook/static/base/js/namespace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ define(function(){
7373
// tree
7474
jglobal('SessionList','tree/js/sessionlist');
7575

76-
Jupyter.version = "6.3.0";
76+
Jupyter.version = "6.4.0.dev0";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
"onchange": "^6.0.0",
2121
"po2json": "^0.4.5",
2222
"requirejs": "^2.3.6"
23-
},
24-
"dependencies": {}
23+
}
2524
}

0 commit comments

Comments
 (0)