Skip to content

Commit 7bdc4aa

Browse files
authored
Update conf.py [build]
1 parent 540fc0d commit 7bdc4aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
from expyriment import __version__ as version_info
1818
#sys.path.remove(os.path.abspath("../.."))
1919

20+
# The short X.Y version.
21+
version = version_info
22+
23+
# The full version, including alpha/beta/rc tags.
24+
release = version
2025

2126
# If extensions (or modules to document with autodoc) are in another directory,
2227
# add these directories to sys.path here. If the directory is relative to the

0 commit comments

Comments
 (0)