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" },