Skip to content

Commit 79fafab

Browse files
committed
Release 1.1.16
Signed-off-by: martinRenou <[email protected]>
1 parent 2ad93c6 commit 79fafab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ipydatagrid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
4343
file = "LICENSE.txt"
@@ -124,7 +124,7 @@ field = [
124124
]
125125

126126
[tool.tbump.version]
127-
current = "1.1.15"
127+
current = "1.1.16"
128128
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
129129

130130
[tool.tbump.git]

0 commit comments

Comments
 (0)