Skip to content

Commit 50b7b35

Browse files
committed
Fix version in documentation
1 parent ba0be7b commit 50b7b35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
# |version| and |release|, also used in various other places throughout the
6565
# built documents.
6666
#
67-
# The short X.Y version.
68-
version = u'0.2.0'
6967
# The full version, including alpha/beta/rc tags.
70-
release = u'0.2.0'
68+
release = pymatsolver.__version__
69+
# The short X.Y version.
70+
version = ".".join(release.split(".")[:2])
7171

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

0 commit comments

Comments
 (0)