Skip to content

Commit

Permalink
this is version 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch committed Jun 13, 2023
1 parent 14c9376 commit a90b6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ms3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from .logger import function_logger, update_cfg, LogCapturer
from ._typing import FileDict, Facet, ViewDict, FileDataframeTupleMaybe

MS3_VERSION = '1.2.9'
MS3_VERSION = '1.2.10'
LATEST_MUSESCORE_VERSION = '3.6.2'
COMPUTED_METADATA_COLUMNS = ['TimeSig', 'KeySig', 'last_mc', 'last_mn', 'length_qb', 'last_mc_unfolded', 'last_mn_unfolded', 'length_qb_unfolded',
'volta_mcs', 'all_notes_qb', 'n_onsets', 'n_onset_positions',
Expand Down

0 comments on commit a90b6a0

Please sign in to comment.