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