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) NumFOCUS.
22# Distributed under the terms of the Modified BSD License.
33
4- __version__ = "1.3.2 "
4+ __version__ = "1.4.0 "
Original file line number Diff line number Diff line change 11{
22 "name" : " ipydatagrid" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.4.0 " ,
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 @@ -7,7 +7,7 @@ requires = [
77
88[project ]
99name = " ipydatagrid"
10- version = " 1.3.2 "
10+ version = " 1.4.0 "
1111description = " Fast Datagrid widget for the Jupyter Notebook and JupyterLab"
1212readme = " README.md"
1313keywords = [
@@ -118,7 +118,7 @@ field = [
118118]
119119
120120[tool .tbump .version ]
121- current = " 1.3.2 "
121+ current = " 1.4.0 "
122122regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
123123
124124[tool .tbump .git ]
You can’t perform that action at this time.
0 commit comments