prerelease 3.0.0b1

This commit is contained in:
Min RK 2015-01-30 14:19:47 -08:00
parent 01de88687d
commit 4ac3b6b6a6

View File

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