We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec59cd commit 92c9ce6Copy full SHA for 92c9ce6
ipywidgets/_version.py
@@ -1,7 +1,7 @@
1
# Copyright (c) Jupyter Development Team.
2
# Distributed under the terms of the Modified BSD License.
3
4
-__version__ = '8.0.0a1'
+__version__ = '8.0.0a2'
5
6
__protocol_version__ = '2.0.0'
7
setup.py
@@ -120,7 +120,7 @@
120
]
121
122
extras_require = setuptools_args['extras_require'] = {
123
- ':python_version>="3.6"': ['jupyterlab_widgets~=2.0'],
+ ':python_version>="3.6"': ['jupyterlab_widgets~=2.0a0'],
124
'test': ['pytest>=3.6.0', 'pytest-cov'],
125
}
126
0 commit comments