Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDogeBro committed Apr 30, 2021
1 parent 29e5d3d commit 317226c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinx_rtd_dark_mode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__title__ = "sphinx-rtd-dark-mode"
__description__ = "Dark mode for the Sphinx Read the Docs theme."
__author__ = "MrDogeBro"
__version__ = "1.0.0"
__version__ = "1.0.1"
__license__ = "MIT"

from sphinx_rtd_dark_mode.dark_mode_loader import DarkModeLoader
Expand All @@ -21,7 +21,7 @@ def setup(app):
app.connect("config-inited", DarkModeLoader().configure)

return {
"version": "1.0.0",
"version": __version__,
"parallel_read_safe": True,
"parallel_write_safe": True,
}

0 comments on commit 317226c

Please sign in to comment.