From 92ade3ee3deacf2a73e70cea26dfad2d18d360ce Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 27 Mar 2026 20:28:49 -0400 Subject: [PATCH] v0.36.2: REPL updates, 862 tests, improved songs, Ctrl-C handling Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- pytheory/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fadd2d..817a36a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/pytheory/__init__.py b/pytheory/__init__.py index 3a057f7..a48e850 100644 --- a/pytheory/__init__.py +++ b/pytheory/__init__.py @@ -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 diff --git a/uv.lock b/uv.lock index a36525b..9a7af42 100644 --- a/uv.lock +++ b/uv.lock @@ -698,7 +698,7 @@ wheels = [ [[package]] name = "pytheory" -version = "0.36.1" +version = "0.36.2" source = { editable = "." } dependencies = [ { name = "numeral" },