Skip to content

Commit

Permalink
music21 v6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Myke Cuthbert committed Feb 24, 2021
1 parent 41ca487 commit 4d7016e
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
Expand Up @@ -42,7 +42,7 @@
Changing this number invalidates old pickles -- do it if the old pickles create a problem.
'''

__version_info__ = (6, 7, 0) # can be 4-tuple: (7, 0, 5, 'a2')
__version_info__ = (6, 7, 1) # can be 4-tuple: (7, 0, 5, 'a2')

v = '.'.join(str(x) for x in __version_info__[0:3])
if len(__version_info__) > 3 and __version_info__[3]:
Expand Down
2 changes: 1 addition & 1 deletion music21/base.py
Expand Up @@ -28,7 +28,7 @@
<class 'music21.base.Music21Object'>
>>> music21.VERSION_STR
'6.7.0'
'6.7.1'
Alternatively, after doing a complete import, these classes are available
under the module "base":
Expand Down

0 comments on commit 4d7016e

Please sign in to comment.