Skip to content

Commit

Permalink
0.8.0rc0 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee authored Feb 6, 2025
1 parent ff0ea4b commit 830f6e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
import os

sys.path.insert(0, os.path.abspath(".."))
from mir_eval import __version__ as release
version = release


# If extensions (or modules to document with autodoc) are in another directory,
Expand Down Expand Up @@ -57,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = "0.7"
#version = "0.7"
# The full version, including alpha/beta/rc tags.
release = "0.7"
#release = "0.7"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion mir_eval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
from . import transcription_velocity
from . import key

__version__ = "0.7"
__version__ = "0.8.0rc0"

0 comments on commit 830f6e4

Please sign in to comment.