Skip to content

Commit 92c9ce6

Browse files
committed
ipywidgets 8.0.0a2
dist/ipywidgets-8.0.0a2-py3-none-any.whl md5: 264b5b2991280daa0c90a8164ed156c7 sha1: 5c796eedcae2050c3412a6c23c9bb8e8626d47ea sha256: 807e0dbc6dd8cb5cd957ad5a02e11f4187eb0d55c77f1e074929871c26823dc6 dist/ipywidgets-8.0.0a2.tar.gz md5: f7e22949d142b5f5d130dc1d41dd5385 sha1: b99ef1b9d153443115e8b7135e781d47daaf8af5 sha256: 29988730a17b0d801b0d6a6c06c7db987ce4e8f54e49f36cd7f1ae6a7b5a6e73
1 parent 2ec59cd commit 92c9ce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ipywidgets/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = '8.0.0a1'
4+
__version__ = '8.0.0a2'
55

66
__protocol_version__ = '2.0.0'
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
]
121121

122122
extras_require = setuptools_args['extras_require'] = {
123-
':python_version>="3.6"': ['jupyterlab_widgets~=2.0'],
123+
':python_version>="3.6"': ['jupyterlab_widgets~=2.0a0'],
124124
'test': ['pytest>=3.6.0', 'pytest-cov'],
125125
}
126126

0 commit comments

Comments
 (0)