Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Sep 1, 2023
1 parent 5e35bee commit ed308f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Changelog
+++++++++


Unreleased
==========
1.0.0 (2023-09-01)
==================

- Removed the ``toml`` library fallback; ``toml`` can no longer be used
as a substitute for ``tomli``
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "build"
version = "0.10.0"
version = "1.0.0"
description = "A simple, correct Python build frontend"
readme = "README.md"
requires-python = ">= 3.7"
Expand Down
2 changes: 1 addition & 1 deletion src/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from __future__ import annotations


__version__ = '0.10.0'
__version__ = '1.0.0'

import contextlib
import difflib
Expand Down

0 comments on commit ed308f1

Please sign in to comment.