diff --git a/CHANGELOG.rst b/CHANGELOG.rst index be1386c7..b3210f6b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog +++++++++ -1.0.1 (2023-09-06) +1.0.3 (2023-09-06) ================== - Avoid CPython 3.8.17, 3.9.17, 3.10.12, and 3.11.4 tarfile symlink bug diff --git a/pyproject.toml b/pyproject.toml index f1106ef1..9618c396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "build" -version = "1.0.1" +version = "1.0.3" description = "A simple, correct Python build frontend" readme = "README.md" requires-python = ">= 3.7" diff --git a/src/build/__init__.py b/src/build/__init__.py index 58756305..34e22279 100644 --- a/src/build/__init__.py +++ b/src/build/__init__.py @@ -7,7 +7,7 @@ from __future__ import annotations -__version__ = '1.0.1' +__version__ = '1.0.3' import contextlib import difflib