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