Skip to content

Commit bd2985c

Browse files
committed
Release 0.2.0
1 parent 6e8db51 commit bd2985c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ipycanvas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Martin Renou.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 1, 0)
7+
version_info = (0, 2, 0)
88
__version__ = ".".join(map(str, version_info))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
],
8787
include_package_data = True,
8888
install_requires = [
89-
'ipywidgets>=7.0.0',
89+
'ipywidgets>=7.5.0',
9090
],
9191
extras_require = {
9292
'examples': [

0 commit comments

Comments
 (0)