v0.8.1: Musically correct flat spellings in flat keys

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-23 09:24:06 -04:00
parent d2058668a6
commit 96131da59c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "pytheory"
version = "0.8.0"
version = "0.8.1"
description = "Music Theory for Humans"
readme = "README.md"
license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
"""PyTheory: Music Theory for Humans."""
__version__ = "0.8.0"
__version__ = "0.8.1"
from .tones import Tone, Interval
from .systems import System, SYSTEMS