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 11# Jupyter Server
22
33[ ![ 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 )
55[ ![ Documentation Status] ( https://readthedocs.org/projects/jupyter-server/badge/?version=latest )] ( http://jupyter-server.readthedocs.io/en/latest/?badge=latest )
66
77The Jupyter Server provides the backend for Jupyter web applications such as
Original file line number Diff line number Diff line change 99
1010# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
1111
12- version_info = (0 , 0 , 1 , '' )
12+ version_info = (0 , 0 , 2 , '' )
1313__version__ = '.' .join (map (str , version_info [:3 ])) + '' .join (version_info [3 :])
You can’t perform that action at this time.
0 commit comments