Skip to content

Commit 9a79660

Browse files
committed
sphinx_multiversion/sphinx: Bump extension version
1 parent 55560fd commit 9a79660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_multiversion/sphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def setup(app):
188188
app.connect("config-inited", config_inited)
189189

190190
return {
191-
"version": "0.1",
191+
"version": "0.2",
192192
"parallel_read_safe": True,
193193
"parallel_write_safe": True,
194194
}

0 commit comments

Comments
 (0)