Skip to content

Commit b33c955

Browse files
v1.1.0 release
1 parent 7981e5a commit b33c955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build_dist.commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rm -r musicdiff/__pycache__
44
rm -r dist build
55

66
# Build dist and wheel:
7-
python3 -m build # builds dist and wheel
7+
python3 -m build
88

99
# Check for malformed README URLs:
1010
python3 -m twine check dist/*

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages
1414
import pathlib
1515

16-
musicdiffversion = '1.0.1'
16+
musicdiffversion = '1.1.0'
1717

1818
here = pathlib.Path(__file__).parent.resolve()
1919

@@ -59,7 +59,7 @@
5959
python_requires='>=3.7',
6060

6161
install_requires=[
62-
'music21>=7.1',
62+
'music21>=7.2',
6363
'numpy',
6464
],
6565

0 commit comments

Comments
 (0)