diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4a48e1b..77917f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4 commit = True tag = True diff --git a/setup.py b/setup.py index 238050d..c82faf3 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ st.setup( name='sed_scores_eval', - version='0.0.3', + version='0.0.4', description='(Threshold-Independent) Evaluation of Sound Event Detection Scores', long_description=long_description, long_description_content_type='text/markdown',