Skip to content

Commit 15f7c59

Browse files
bump version
1 parent 1e1ddd0 commit 15f7c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

music21/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Changing this number invalidates old pickles -- do it if the old pickles create a problem.
4343
'''
4444

45-
__version_info__ = (7, 2, 2) # can be 4-tuple: (7, 0, 5, 'a2')
45+
__version_info__ = (7, 3, 2) # can be 4-tuple: (7, 0, 5, 'a2')
4646

4747
v = '.'.join(str(x) for x in __version_info__[0:3])
4848
if len(__version_info__) > 3 and __version_info__[3]: # type: ignore

music21/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<class 'music21.base.Music21Object'>
2929
3030
>>> music21.VERSION_STR
31-
'7.2.2'
31+
'7.3.2'
3232
3333
Alternatively, after doing a complete import, these classes are available
3434
under the module "base":

0 commit comments

Comments
 (0)