Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ authored Mar 19, 2024
1 parent 6d7a846 commit ad25b30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Jeremy Lerond'

# The short X.Y version
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags
release = '0.1.9'
release = '0.2.1'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -213,4 +213,4 @@
# -- Options for todo extension ----------------------------------------------

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
todo_include_todos = True

0 comments on commit ad25b30

Please sign in to comment.