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))