Skip to content

Commit 599742c

Browse files
Bump version: 3.0.0b1 → 3.0.0b2 (#730)
1 parent 0885f0b commit 599742c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0b1
1+
3.0.0b2

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "3.0.0b1"
27+
current_version = "3.0.0b2"
2828
parse = """(?x)
2929
(?P<major>\\d+)\\.
3030
(?P<minor>\\d+)\\.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0b1"
2+
__version__ = "3.0.0b2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0b1"
2+
__version__ = "3.0.0b2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0b1"
2+
__version__ = "3.0.0b2"

0 commit comments

Comments
 (0)