From cf2b2fb76e842a424089abb5d1a97aff24e04b35 Mon Sep 17 00:00:00 2001 From: Min RK Date: Sat, 7 Mar 2015 16:47:31 -0800 Subject: [PATCH] release 0.1.0 --- jupyterhub/version.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jupyterhub/version.py b/jupyterhub/version.py index fd52241f..2f67a9b7 100644 --- a/jupyterhub/version.py +++ b/jupyterhub/version.py @@ -4,10 +4,9 @@ # Distributed under the terms of the Modified BSD License. version_info = ( - 0, 0, 1, - 'dev', + 0, ) __version__ = '.'.join(map(str, version_info))