Skip to content

Commit

Permalink
Fix version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 11, 2024
1 parent ba0be7b commit 50b7b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'0.2.0'
# The full version, including alpha/beta/rc tags.
release = u'0.2.0'
release = pymatsolver.__version__
# The short X.Y version.
version = ".".join(release.split(".")[:2])

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

0 comments on commit 50b7b35

Please sign in to comment.