Skip to content

Commit

Permalink
fix version in the docs (#71)
Browse files Browse the repository at this point in the history
fix version in the docs
  • Loading branch information
ocefpaf authored May 14, 2019
2 parents c179830 + f6a27cd commit 9d39ea1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1'

from utide._version import get_versions
version = release = get_versions()['version']


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

0 comments on commit 9d39ea1

Please sign in to comment.