Skip to content

Commit

Permalink
Fix the version in page header (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed May 20, 2020
1 parent 1e3816e commit fc8b01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -114,9 +114,9 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
# The short X.Y version.
version = "v0.0.2"
version = "v0.0.4"
# The full version, including alpha/beta/rc tags.
release = "v0.0.2"
release = "v0.0.4"

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

0 comments on commit fc8b01a

Please sign in to comment.