Bump version properly

This commit is contained in:
Eric Holscher 2015-03-09 13:12:27 -07:00
parent a500ee7ada
commit 0dfdeff331

View File

@ -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__