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 9588222 commit b36126aCopy full SHA for b36126a
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "build"
7
-version = "1.1.0"
+version = "1.1.1"
8
description = "A simple, correct Python build frontend"
9
readme = "README.md"
10
requires-python = ">= 3.7"
src/build/__init__.py
@@ -7,7 +7,7 @@
from __future__ import annotations
-__version__ = '1.1.0'
+__version__ = '1.1.1'
11
12
import contextlib
13
import difflib
0 commit comments