We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52dd33 commit 3a59434Copy full SHA for 3a59434
docs/source/conf.py
@@ -19,6 +19,7 @@
19
import os
20
import sys
21
sys.path.insert(0, os.path.abspath('../../'))
22
+import pandas_metricsreader
23
24
# -- General configuration ------------------------------------------------
25
@@ -58,9 +59,9 @@
58
59
# built documents.
60
#
61
# The short X.Y version.
-version = u'0.1'
62
+version = pandas_metricsreader.__version__
63
# The full version, including alpha/beta/rc tags.
-release = u'0.1.0-alpha'
64
+release = pandas_metricsreader.__version__
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
0 commit comments