Skip to content

Commit 71333cc

Browse files
committed
ipywidgets 7.6.1
dist/ipywidgets-7.6.1-py2.py3-none-any.whl md5: 875bf236c447f39cf52d21c674fec79e sha1: 0fec503cb926bfbc83f3bb2eb431fa7740a80012 sha256: b2b7087378776fbe2f5dd1c99c3db76a30908fe25d3345b4af7ee84d31058fbb dist/ipywidgets-7.6.1.tar.gz md5: a6a894716bd6fde9afee921eadd17d02 sha1: 2dc508f1ff52a54ac3a8cb7f35d0252097f03b0c sha256: 83b8a95d64c4515b5828e6592694e10c314772b37a2355e72bfed95956272813
1 parent e7fa45c commit 71333cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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_info = (7, 6, 0, 'final', 0)
4+
version_info = (7, 6, 1, 'final', 0)
55

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

0 commit comments

Comments
 (0)