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) NumFOCUS.
2
2
# Distributed under the terms of the Modified BSD License.
3
3
4
- __version__ = "1.3.2 "
4
+ __version__ = "1.4.0 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipydatagrid" ,
3
- "version" : " 1.3.2 " ,
3
+ "version" : " 1.4.0 " ,
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 @@ -7,7 +7,7 @@ requires = [
7
7
8
8
[project ]
9
9
name = " ipydatagrid"
10
- version = " 1.3.2 "
10
+ version = " 1.4.0 "
11
11
description = " Fast Datagrid widget for the Jupyter Notebook and JupyterLab"
12
12
readme = " README.md"
13
13
keywords = [
@@ -118,7 +118,7 @@ field = [
118
118
]
119
119
120
120
[tool .tbump .version ]
121
- current = " 1.3.2 "
121
+ current = " 1.4.0 "
122
122
regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
123
123
124
124
[tool .tbump .git ]
You can’t perform that action at this time.
0 commit comments