back to dev

This commit is contained in:
Min RK 2015-07-30 15:56:50 -07:00
parent 1c839f686b
commit 2f3789fb95
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
version_info = (4, 0, 1)
version_info = (4, 1, 0, 'dev')
__version__ = '.'.join(map(str, version_info))

View File

@ -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;
});