Bump version

This commit is contained in:
Eric Holscher 2013-11-03 16:33:41 -08:00
parent 32ceaff8b8
commit eeb9bc5710

View File

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