From 5aed586187cce70a040eefb08b8ac5cf12756b40 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Mar 2026 09:52:50 -0400 Subject: [PATCH] v0.8.2: Flat spellings in CHARTS acceptable_tone_names Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- pytheory/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b62a93b..7323312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytheory" -version = "0.8.1" +version = "0.8.2" description = "Music Theory for Humans" readme = "README.md" license = "MIT" diff --git a/pytheory/__init__.py b/pytheory/__init__.py index 43402b8..b6f7c16 100644 --- a/pytheory/__init__.py +++ b/pytheory/__init__.py @@ -1,6 +1,6 @@ """PyTheory: Music Theory for Humans.""" -__version__ = "0.8.1" +__version__ = "0.8.2" from .tones import Tone, Interval from .systems import System, SYSTEMS