Skip to content

Commit 299f312

Browse files
committed
Fix pyproject version
Signed-off-by: martinRenou <[email protected]>
1 parent f68a806 commit 299f312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77

88
[project]
99
name = "ipydatagrid"
10-
version = "1.2.0"
10+
version = "1.2.1"
1111
description = "Fast Datagrid widget for the Jupyter Notebook and JupyterLab"
1212
readme = "README.md"
1313
keywords = [
@@ -115,7 +115,7 @@ field = [
115115
]
116116

117117
[tool.tbump.version]
118-
current = "1.2.0"
118+
current = "1.2.1"
119119
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
120120

121121
[tool.tbump.git]

0 commit comments

Comments
 (0)