Bump version

This commit is contained in:
Eric Holscher 2013-11-04 14:53:20 -08:00
parent d69e331131
commit e95aad0b0a

View File

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