diff --git a/sphinx_rtd_theme/__init__.py b/sphinx_rtd_theme/__init__.py index bfcf0d6c..fcce3bfc 100644 --- a/sphinx_rtd_theme/__init__.py +++ b/sphinx_rtd_theme/__init__.py @@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme. """ import os -VERSION = (0, 1, 6) +VERSION = (0, 1, 7) __version__ = ".".join(str(v) for v in VERSION) __version_full__ = __version__