back to development

This commit is contained in:
Thomas Kluyver 2015-02-27 15:47:42 -08:00
parent 76ce8cd2fb
commit 2111ac4812

View File

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