Skip to content

Commit 92fa289

Browse files
Bump version number for testing.
1 parent ddde6b1 commit 92fa289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
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.1b1'
16+
musicdiffversion = '1.0.1b2'
1717

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

@@ -38,6 +38,7 @@
3838
],
3939
keywords='music, score, notation, diff, compare, OMR, assessment, music21',
4040
packages=find_packages(),
41+
4142
python_requires='>=3.7',
4243
install_requires=[
4344
'music21>=6.7',

0 commit comments

Comments
 (0)