We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0ea4b commit 830f6e4Copy full SHA for 830f6e4
docs/conf.py
@@ -15,6 +15,8 @@
15
import os
16
17
sys.path.insert(0, os.path.abspath(".."))
18
+from mir_eval import __version__ as release
19
+version = release
20
21
22
# If extensions (or modules to document with autodoc) are in another directory,
@@ -57,9 +59,9 @@
57
59
# built documents.
58
60
#
61
# The short X.Y version.
-version = "0.7"
62
+#version = "0.7"
63
# The full version, including alpha/beta/rc tags.
-release = "0.7"
64
+#release = "0.7"
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
mir_eval/__init__.py
@@ -20,4 +20,4 @@
from . import transcription_velocity
from . import key
23
-__version__ = "0.7"
+__version__ = "0.8.0rc0"
0 commit comments