Skip to content

Commit

Permalink
widgetsnbextension 3.0.0b1, ipywidgets 7.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Jul 19, 2017
1 parent 039327c commit 19d7612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipywidgets/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

version_info = (7, 0, 0, 'beta', 0)
version_info = (7, 0, 0, 'beta', 1)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
# only if notebook 4.x is installed in this
# interpreter, to allow ipywidgets to be
# installed on bare kernels.
'widgetsnbextension~=3.0.0b0',
'widgetsnbextension~=3.0.0b1',
]

extras_require = setuptools_args['extras_require'] = {
Expand Down
2 changes: 1 addition & 1 deletion widgetsnbextension/widgetsnbextension/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (3, 0, 0, 'beta', 0)
version_info = (3, 0, 0, 'beta', 1)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down

0 comments on commit 19d7612

Please sign in to comment.