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 51ad8e1 commit d5a9674Copy full SHA for d5a9674
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = False
4
-current_version = 1.11.1
+current_version = 1.12.0
5
message = release: {new_version}
6
7
[bumpversion:file:pyproject.toml]
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "setuptools-rust"
-version = "1.11.1"
+version = "1.12.0"
description = "Setuptools Rust extension plugin"
readme = "README.md"
requires-python = ">=3.9"
setuptools_rust/version.py
@@ -1,4 +1,4 @@
-__version__ = version = "1.11.1"
+__version__ = version = "1.12.0"
__version_tuple__ = version_tuple = tuple(
map(lambda x: int(x[1]) if x[0] < 3 else x[1], enumerate(__version__.split(".")))
)
0 commit comments