Skip to content

Commit b36126a

Browse files
henryiiigaborbernat
authored andcommitted
release 1.1.1
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 9588222 commit b36126a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "build"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "A simple, correct Python build frontend"
99
readme = "README.md"
1010
requires-python = ">= 3.7"

src/build/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from __future__ import annotations
88

99

10-
__version__ = '1.1.0'
10+
__version__ = '1.1.1'
1111

1212
import contextlib
1313
import difflib

0 commit comments

Comments
 (0)