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 6e8db51 commit bd2985cCopy full SHA for bd2985c
ipycanvas/_version.py
@@ -4,5 +4,5 @@
4
# Copyright (c) Martin Renou.
5
# Distributed under the terms of the Modified BSD License.
6
7
-version_info = (0, 1, 0)
+version_info = (0, 2, 0)
8
__version__ = ".".join(map(str, version_info))
setup.py
@@ -86,7 +86,7 @@
86
],
87
include_package_data = True,
88
install_requires = [
89
- 'ipywidgets>=7.0.0',
+ 'ipywidgets>=7.5.0',
90
91
extras_require = {
92
'examples': [
0 commit comments