Skip to content

Commit 1027470

Browse files
committed
Bump version: 1.1.0 → 1.2.0
1 parent dabe52e commit 1027470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.2.0
33
commit = True
44

55
[bumpversion:file:src/pyproject_hooks/__init__.py]

src/pyproject_hooks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
quiet_subprocess_runner,
1313
)
1414

15-
__version__ = "1.1.0"
15+
__version__ = "1.2.0"
1616
__all__ = [
1717
"BackendUnavailable",
1818
"BackendInvalid",

0 commit comments

Comments
 (0)