Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <[email protected]>
  • Loading branch information
martinRenou committed May 22, 2024
1 parent 34d9169 commit c74797b
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.3.1"
__version__ = "1.3.2"
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.3.1",
"version": "1.3.2",
"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 @@ -7,7 +7,7 @@ requires = [

[project]
name = "ipydatagrid"
version = "1.3.1"
version = "1.3.2"
description = "Fast Datagrid widget for the Jupyter Notebook and JupyterLab"
readme = "README.md"
keywords = [
Expand Down Expand Up @@ -119,7 +119,7 @@ field = [
]

[tool.tbump.version]
current = "1.3.1"
current = "1.3.2"
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 c74797b

Please sign in to comment.