diff --git a/dashboards_bundlers/_version.py b/dashboards_bundlers/_version.py index bac9316..31f17f2 100644 --- a/dashboards_bundlers/_version.py +++ b/dashboards_bundlers/_version.py @@ -1,5 +1,5 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -version_info = (0, 8, 0, 'dev') +version_info = (0, 8, 0) __version__ = '.'.join(map(str, version_info))