Skip to content

Commit

Permalink
Release version: 0.10.9 → 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
HDate - release bot committed Jun 21, 2024
1 parent 50ffa1c commit 720404e
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
@@ -1,6 +1,6 @@
[project]
name = "hdate"
version = "0.10.9"
version = "0.10.10"
description = "Jewish/Hebrew date and Zmanim in native Python 2.7/3.x"
authors = [
{name = "Royi Reshef", email = "[email protected]"},
Expand Down Expand Up @@ -58,7 +58,7 @@ test = [
]

[tool.bumpversion]
current_version = "0.10.9"
current_version = "0.10.10"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down

0 comments on commit 720404e

Please sign in to comment.