back to dev

This commit is contained in:
Min RK 2015-01-30 14:21:34 -08:00
parent 4ac3b6b6a6
commit e48d772063

View File

@ -4,6 +4,6 @@
var IPython = IPython || {};
define([], function(){
"use strict";
IPython.version = "3.0.0-b1";
IPython.version = "3.0.0-dev";
return IPython;
});