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 1
1
# Copyright (c) Bloomberg.
2
2
# Distributed under the terms of the Modified BSD License.
3
3
4
- __version__ = "1.1.15 "
4
+ __version__ = "1.1.16 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipydatagrid" ,
3
- "version" : " 1.1.15 " ,
3
+ "version" : " 1.1.16 " ,
4
4
"description" : " Fast Datagrid widget for the Jupyter Notebook and JupyterLab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies = [
37
37
" pandas" ,
38
38
" py2vega>=0.5.0" ,
39
39
]
40
- version = " 1.1.15 "
40
+ version = " 1.1.16 "
41
41
42
42
[project .license ]
43
43
file = " LICENSE.txt"
@@ -124,7 +124,7 @@ field = [
124
124
]
125
125
126
126
[tool .tbump .version ]
127
- current = " 1.1.15 "
127
+ current = " 1.1.16 "
128
128
regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
129
129
130
130
[tool .tbump .git ]
You can’t perform that action at this time.
0 commit comments