Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed Jun 17, 2016
1 parent 7f8027c commit 0ea3993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards_bundlers/_version.py
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 0ea3993

Please sign in to comment.