sync version with pypi

This commit is contained in:
2026-02-03 21:26:52 -08:00
parent b2e80a9f35
commit b580f47679
36 changed files with 6 additions and 6 deletions

View File

@@ -32,11 +32,11 @@ smoothly as a function of lightness within sRGB gamut bounds.
| Chroma curves | Color trajectories |
|----------------------------------------------------------|------------------------------------------|
| ![Chroma curves](images/release/1.5.3/chroma-curves.png) | ![Trajectories](images/trajectories.gif) |
| ![Chroma curves](images/release/1.5.4/chroma-curves.png) | ![Trajectories](images/trajectories.gif) |
| Palette |
|----------------------------------------------|
| ![Palette](images/release/1.5.3/palette.png) |
| ![Palette](images/release/1.5.4/palette.png) |
Chroma curves are designed specifically to establish a distinct role for each
accent and are non-intersecting over the lightness domain (hence the distinct

View File

@@ -1,4 +1,4 @@
version = "1.5.3"
version = "1.5.4"
[alpine]
l10 = "#030303"

View File

@@ -1,4 +1,4 @@
version = "1.5.3"
version = "1.5.4"
[alpine]
l10 = "oklch(10.0% 0.0000 0.0)"

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "monobiome"
version = "1.5.3"
version = "1.5.4"
description = "Monobiome color palette"
requires-python = ">=3.12"
authors = [

2
uv.lock generated
View File

@@ -882,7 +882,7 @@ wheels = [
[[package]]
name = "monobiome"
version = "1.5.3"
version = "1.5.4"
source = { editable = "." }
dependencies = [
{ name = "coloraide" },