diff --git a/setup.py b/setup.py index 31face6..c41fd98 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='isobar', - version='0.1.2', + version='0.1.3', description='A Python library to express and manipulate musical patterns', long_description = open("README.md", "r").read(), long_description_content_type = "text/markdown",