back to dev

This commit is contained in:
Min RK 2015-02-13 14:00:58 -08:00
parent c597f97b82
commit 10dcd71550

View File

@ -4,7 +4,7 @@
var IPython = IPython || {}; var IPython = IPython || {};
define([], function(){ define([], function(){
"use strict"; "use strict";
IPython.version = "3.0.0-rc1"; IPython.version = "3.0.0-dev";
IPython._target = '_blank'; IPython._target = '_blank';
return IPython; return IPython;
}); });