Skip to content

Commit 79a4225

Browse files
committed
Correct version string in doc generation
1 parent bb628dd commit 79a4225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ def setup(app):
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '0.0.1'
65+
version = '0.0.2'
6666
# The full version, including alpha/beta/rc tags.
67-
release = '0.0.1'
67+
release = '0.0.2'
6868

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

0 commit comments

Comments
 (0)