Skip to content

Commit 20ae9cf

Browse files
authoredMar 17, 2025··
Bump version: 5.1.0 → 5.1.1 (#810)
1 parent 6ad7f38 commit 20ae9cf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.1.1

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ section-order = ["future", "standard-library", "third-party", "first-party", "lo
2424
quote-style = "double"
2525

2626
[tool.bumpversion]
27-
current_version = "5.1.0"
27+
current_version = "5.1.1"
2828
parse = """(?x)
2929
(?P<major>\\d+)\\.
3030
(?P<minor>\\d+)\\.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "5.1.0"
3+
__version__ = "5.1.1"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "5.1.0"
3+
__version__ = "5.1.1"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "5.1.0"
3+
__version__ = "5.1.1"

0 commit comments

Comments
 (0)
Please sign in to comment.