We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabe52e commit 1027470Copy full SHA for 1027470
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.0
+current_version = 1.2.0
3
commit = True
4
5
[bumpversion:file:src/pyproject_hooks/__init__.py]
src/pyproject_hooks/__init__.py
@@ -12,7 +12,7 @@
12
quiet_subprocess_runner,
13
)
14
15
-__version__ = "1.1.0"
+__version__ = "1.2.0"
16
__all__ = [
17
"BackendUnavailable",
18
"BackendInvalid",
0 commit comments