File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Jupyter Server
2
2
3
3
[ ![ Google Group] ( https://img.shields.io/badge/-Google%20Group-lightgrey.svg )] ( https://groups.google.com/forum/#!forum/jupyter )
4
- [ ![ Build Status] ( https://travis-ci.org/jupyter/jupyter-server .svg?branch=master )] ( https://travis-ci.org/jupyter/jupyter-server )
4
+ [ ![ Build Status] ( https://travis-ci.org/jupyter/jupyter_server .svg?branch=master )] ( https://travis-ci.org/jupyter/jupyter_server )
5
5
[ ![ Documentation Status] ( https://readthedocs.org/projects/jupyter-server/badge/?version=latest )] ( http://jupyter-server.readthedocs.io/en/latest/?badge=latest )
6
6
7
7
The Jupyter Server provides the backend for Jupyter web applications such as
Original file line number Diff line number Diff line change 9
9
10
10
# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
11
11
12
- version_info = (0 , 0 , 1 , '' )
12
+ version_info = (0 , 0 , 2 , '' )
13
13
__version__ = '.' .join (map (str , version_info [:3 ])) + '' .join (version_info [3 :])
You can’t perform that action at this time.
0 commit comments