Skip to content

Commit

Permalink
music21 v8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed May 11, 2023
1 parent 5f4fb08 commit 355387c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion music21/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Changing this number invalidates old pickles -- do it if the old pickles create a problem.
'''
__version__ = '8.2.0'
__version__ = '8.3.0'


def get_version_tuple(vv):
Expand Down
2 changes: 1 addition & 1 deletion music21/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<class 'music21.base.Music21Object'>
>>> music21.VERSION_STR
'8.2.0'
'8.3.0'
Alternatively, after doing a complete import, these classes are available
under the module "base":
Expand Down

0 comments on commit 355387c

Please sign in to comment.