diff --git a/CHANGELOG.md b/CHANGELOG.md index 823beb0..ec03321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# Unreleased +# Released ## 6.0.0 @@ -98,7 +98,6 @@ rather than message. Each subclass also derives from `ValueError`, so existing all extraction methods. -# Released ## 5.3.0 - 27/06/2026 diff --git a/CITATION.cff b/CITATION.cff index b08be77..7e3d879 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,8 +5,8 @@ authors: given-names: "Ivar" orcid: "https://orcid.org/0000-0002-7697-7526" title: "Pylette" -version: 5.3.0 +version: 6.0.0 doi: 10.5281/zenodo.14757253 -date-released: 2026-06-27 +date-released: 2026-06-28 date-published: 2024-02-09 url: "https://github.com/qTipTip/Pylette" diff --git a/pyproject.toml b/pyproject.toml index 7429b7f..3e2ff0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pylette" -version = "5.3.0" +version = "6.0.0" description = "A Python library for extracting color palettes from images." authors = [ {name = "Ivar Stangeby"} diff --git a/uv.lock b/uv.lock index 5c518f8..65fdf79 100644 --- a/uv.lock +++ b/uv.lock @@ -968,7 +968,7 @@ wheels = [ [[package]] name = "pylette" -version = "5.3.0" +version = "6.0.0" source = { editable = "." } dependencies = [ { name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },