Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
Change-Id: Ie441b50f74d17b366c2cc43e4d184f5d5bb4d0ca
  • Loading branch information
adrien-berchet committed Nov 11, 2020
1 parent a82ba8b commit 7d1591d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-doc.pip
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx
sphinx-autoapi
sphinx-bluebrain-theme
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

doc_reqs = [
"sphinx",
"sphinx-autoapi",
"sphinx-bluebrain-theme",
]

Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" Package version. """
VERSION = "0.0.2"
VERSION = "0.0.3.dev0"

0 comments on commit 7d1591d

Please sign in to comment.