setup.py jsversion

This commit is contained in:
Min RK 2015-03-20 09:46:07 -04:00
parent b8bbc958a4
commit b9f5a43ebd

View File

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