Bump version

This commit is contained in:
Eric Holscher 2013-11-07 12:43:14 -08:00
parent d57476a187
commit 89ee37350e

View File

@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
""" """
import os import os
VERSION = (0, 1, 4) VERSION = (0, 1, 5)
__version__ = ".".join(str(v) for v in VERSION) __version__ = ".".join(str(v) for v in VERSION)
__version_full__ = __version__ __version_full__ = __version__