Skip to content

Commit 830f6e4

Browse files
authored
0.8.0rc0 (#401)
1 parent ff0ea4b commit 830f6e4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
import os
1616

1717
sys.path.insert(0, os.path.abspath(".."))
18+
from mir_eval import __version__ as release
19+
version = release
1820

1921

2022
# If extensions (or modules to document with autodoc) are in another directory,
@@ -57,9 +59,9 @@
5759
# built documents.
5860
#
5961
# The short X.Y version.
60-
version = "0.7"
62+
#version = "0.7"
6163
# The full version, including alpha/beta/rc tags.
62-
release = "0.7"
64+
#release = "0.7"
6365

6466
# The language for content autogenerated by Sphinx. Refer to documentation
6567
# for a list of supported languages.

mir_eval/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
from . import transcription_velocity
2121
from . import key
2222

23-
__version__ = "0.7"
23+
__version__ = "0.8.0rc0"

0 commit comments

Comments
 (0)