diff --git a/dashboards_bundlers/_version.py b/dashboards_bundlers/_version.py index 31f17f2..ddad76d 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) +version_info = (0, 8, 1, 'dev') __version__ = '.'.join(map(str, version_info))