mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
back to dev
This commit is contained in:
parent
1c839f686b
commit
2f3789fb95
@ -1,2 +1,2 @@
|
||||
version_info = (4, 0, 1)
|
||||
version_info = (4, 1, 0, 'dev')
|
||||
__version__ = '.'.join(map(str, version_info))
|
||||
|
@ -75,7 +75,7 @@ define(function(){
|
||||
jglobal('ClusterList','tree/js/clusterlist');
|
||||
jglobal('ClusterItem','tree/js/clusterlist');
|
||||
|
||||
Jupyter.version = "4.0.1";
|
||||
Jupyter.version = "4.1.0.dev";
|
||||
Jupyter._target = '_blank';
|
||||
return Jupyter;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user