From eeb9bc571099c95e569fa6d8582f2804b7646422 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Sun, 3 Nov 2013 16:33:41 -0800 Subject: [PATCH] Bump version --- dist/sphinx_rtd_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/sphinx_rtd_theme/__init__.py b/dist/sphinx_rtd_theme/__init__.py index e9b393f2..c4298678 100644 --- a/dist/sphinx_rtd_theme/__init__.py +++ b/dist/sphinx_rtd_theme/__init__.py @@ -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__