Skip to content

Commit

Permalink
Release 1.1.16
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <[email protected]>
  • Loading branch information
martinRenou committed May 22, 2023
1 parent 2ad93c6 commit 5720115
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ipydatagrid/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Bloomberg.
# Distributed under the terms of the Modified BSD License.

__version__ = "1.1.15"
__version__ = "1.1.16"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipydatagrid",
"version": "1.1.15",
"version": "1.1.16",
"description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"pandas",
"py2vega>=0.5.0",
]
version = "1.1.15"
version = "1.1.16"

[project.license]
file = "LICENSE.txt"
Expand Down Expand Up @@ -124,7 +124,7 @@ field = [
]

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

[tool.tbump.git]
Expand Down

0 comments on commit 5720115

Please sign in to comment.