Skip to content

Commit

Permalink
Fix pyproject version
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <[email protected]>
  • Loading branch information
martinRenou committed Jan 26, 2024
1 parent f68a806 commit 9898498
Showing 1 changed file with 2 additions and 2 deletions.
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.2.0"
version = "1.2.1"
description = "Fast Datagrid widget for the Jupyter Notebook and JupyterLab"
readme = "README.md"
keywords = [
Expand Down Expand Up @@ -115,7 +115,7 @@ field = [
]

[tool.tbump.version]
current = "1.2.0"
current = "1.2.1"
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 9898498

Please sign in to comment.