v0.36.2: REPL updates, 862 tests, improved songs, Ctrl-C handling

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-27 20:28:49 -04:00
parent 833867329e
commit 92ade3ee3d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "pytheory"
version = "0.36.1"
version = "0.36.2"
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.36.1"
__version__ = "0.36.2"
from .tones import Tone, Interval
from .systems import System, SYSTEMS, TET
Generated
+1 -1
View File
@@ -698,7 +698,7 @@ wheels = [
[[package]]
name = "pytheory"
version = "0.36.1"
version = "0.36.2"
source = { editable = "." }
dependencies = [
{ name = "numeral" },