Skip to content

Commit

Permalink
update version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Sep 19, 2022
1 parent a4a031a commit f388b1e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion music21/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_version_tuple(vv):
return tuple(v)


__version__ = '8.0.0rc3'
__version__ = '8.1.0'

__version_info__ = get_version_tuple(__version__)

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.0.0rc3'
'8.1.0'
Alternatively, after doing a complete import, these classes are available
under the module "base":
Expand Down
8 changes: 0 additions & 8 deletions music21/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

from importlib import reload # Python 3.4

import io

# assume that we will manually add this dir to sys.path top get access to
# all modules before installation
from music21 import common
Expand Down Expand Up @@ -1576,12 +1574,6 @@ def testRe(self):
def testConfigurationAssistant(self):
unused_ca = ConfigurationAssistant(simulate=True)

def testAskInstall(self):
unused_d = AskInstall()
# d.askUser()
# d.getResult()
# d.performAction()

def testGetUserData(self):
unused_d = AskSendInstallationReport()
# d.askUser()
Expand Down
Binary file modified music21/corpus/_metadataCache/core.p.gz
Binary file not shown.
1 change: 0 additions & 1 deletion music21/test/coverageM21.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

omit_modules = [
'dist/dist.py',
'installer.py',
'music21/test/*',
'music21/configure.py',
'music21/figuredBass/examples.py',
Expand Down

0 comments on commit f388b1e

Please sign in to comment.