Skip to content

Commit

Permalink
flake and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Sep 19, 2022
1 parent a34686d commit 065e70d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions music21/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ def get_version_tuple(vv):
v.append(beta)
return tuple(v)


__version__ = '8.0.0rc2'

__version_info__ = get_version_tuple(__version__)

del get_version_tuple
2 changes: 1 addition & 1 deletion music21/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<class 'music21.base.Music21Object'>
>>> music21.VERSION_STR
'8.0.0rc1'
'8.0.0rc2'
Alternatively, after doing a complete import, these classes are available
under the module "base":
Expand Down

0 comments on commit 065e70d

Please sign in to comment.