From 5a74a6f715074a7b22c8db69a04fed416cd2d84c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 26 Mar 2026 11:39:14 -0400 Subject: [PATCH] v0.28.3: Better demo songs Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- pytheory/__init__.py | 2 +- uv.lock | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa8af3..6eb476b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to PyTheory are documented here. +## 0.28.3 + +- Rewrite `pytheory demo` — 8 moods with stereo, effects, humanize, convolution reverb, sidechain +- Added Dub and Temple moods + ## 0.28.2 - Lower drum_humanize default to 0.15 — tighter, more professional feel diff --git a/pyproject.toml b/pyproject.toml index dc9b2d0..f9bbe18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytheory" -version = "0.28.2" +version = "0.28.3" description = "Music Theory for Humans" readme = "README.md" license = "MIT" diff --git a/pytheory/__init__.py b/pytheory/__init__.py index b53e985..48b3dd3 100644 --- a/pytheory/__init__.py +++ b/pytheory/__init__.py @@ -1,6 +1,6 @@ """PyTheory: Music Theory for Humans.""" -__version__ = "0.28.2" +__version__ = "0.28.3" from .tones import Tone, Interval from .systems import System, SYSTEMS diff --git a/uv.lock b/uv.lock index 22a17b0..d506c18 100644 --- a/uv.lock +++ b/uv.lock @@ -707,7 +707,7 @@ wheels = [ [[package]] name = "pytheory" -version = "0.28.2" +version = "0.28.3" source = { editable = "." } dependencies = [ { name = "numeral" },