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 02a76b0 commit 4cfc9a2Copy full SHA for 4cfc9a2
docs/conf.py
@@ -17,9 +17,9 @@
17
# add these directories to sys.path here. If the directory is relative to the
18
# documentation root, use os.path.abspath to make it absolute, like shown here.
19
#
20
-# import os
21
-# import sys
22
-# sys.path.insert(0, os.path.abspath('.'))
+import os
+import sys
+sys.path.insert(0, os.path.abspath('..'))
23
24
25
# -- General configuration ------------------------------------------------
wfdb/version.py
@@ -1 +1 @@
1
-__version__ = '2.0.0'
+__version__ = '2.0.1'
0 commit comments