9 lines
215 B
JavaScript
Raw Normal View History

2014-06-10 12:42:51 -07:00
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
2014-06-11 14:34:32 -07:00
var IPython = IPython || {};
2014-06-10 12:42:51 -07:00
define([], function(){
IPython.version = "3.0.0-dev";
return IPython;
});