We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7981e5a commit b33c955Copy full SHA for b33c955
build_dist.commands
@@ -4,7 +4,7 @@ rm -r musicdiff/__pycache__
4
rm -r dist build
5
6
# Build dist and wheel:
7
-python3 -m build # builds dist and wheel
+python3 -m build
8
9
# Check for malformed README URLs:
10
python3 -m twine check dist/*
setup.py
@@ -13,7 +13,7 @@
13
from setuptools import setup, find_packages
14
import pathlib
15
16
-musicdiffversion = '1.0.1'
+musicdiffversion = '1.1.0'
17
18
here = pathlib.Path(__file__).parent.resolve()
19
@@ -59,7 +59,7 @@
59
python_requires='>=3.7',
60
61
install_requires=[
62
- 'music21>=7.1',
+ 'music21>=7.2',
63
'numpy',
64
],
65
0 commit comments