Skip to content

Commit

Permalink
v 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Oct 4, 2015
1 parent 51e9ef6 commit 07724ed
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 @@ -44,6 +44,6 @@
Changing this number invalidates old pickles -- do it if the old pickles create a problem.
'''

__version_info__ = (2, 2, 1)
__version_info__ = (2, 1, 2)
__version__ = '.'.join(str(x) for x in __version_info__)

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
'2.2.1'
'2.1.2'
Alternatively, after doing a complete import, these classes are available
under the module "base":
Expand Down

0 comments on commit 07724ed

Please sign in to comment.