File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Copyright (c) Bloomberg.
22# Distributed under the terms of the Modified BSD License.
33
4- __version__ = "1.1.15 "
4+ __version__ = "1.1.16 "
Original file line number Diff line number Diff line change 11{
22 "name" : " ipydatagrid" ,
3- "version" : " 1.1.15 " ,
3+ "version" : " 1.1.16 " ,
44 "description" : " Fast Datagrid widget for the Jupyter Notebook and JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies = [
3737 " pandas" ,
3838 " py2vega>=0.5.0" ,
3939]
40- version = " 1.1.15 "
40+ version = " 1.1.16 "
4141
4242[project .license ]
4343file = " LICENSE.txt"
@@ -124,7 +124,7 @@ field = [
124124]
125125
126126[tool .tbump .version ]
127- current = " 1.1.15 "
127+ current = " 1.1.16 "
128128regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
129129
130130[tool .tbump .git ]
You can’t perform that action at this time.
0 commit comments