Skip to content

Commit 38d1a68

Browse files
henryiiigaborbernat
authored andcommitted
chore: bump to 1.0.3
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 17cefaf commit 38d1a68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
+++++++++
44

5-
1.0.1 (2023-09-06)
5+
1.0.3 (2023-09-06)
66
==================
77

88
- Avoid CPython 3.8.17, 3.9.17, 3.10.12, and 3.11.4 tarfile symlink bug

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.0.1"
7+
version = "1.0.3"
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.0.1'
10+
__version__ = '1.0.3'
1111

1212
import contextlib
1313
import difflib

0 commit comments

Comments
 (0)