From 933f3b9eb29786a496228e759b2ef5c5274d8202 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 1 Jun 2011 06:51:50 -0400 Subject: [PATCH] bump version number of spelling --- spelling/docs/source/conf.py | 2 +- spelling/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spelling/docs/source/conf.py b/spelling/docs/source/conf.py index b06ff5d7..00f50f6c 100644 --- a/spelling/docs/source/conf.py +++ b/spelling/docs/source/conf.py @@ -51,7 +51,7 @@ # built documents. # # The short X.Y version. -version = '1.1' +version = '1.1.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/spelling/setup.py b/spelling/setup.py index baeca71a..4934f39c 100644 --- a/spelling/setup.py +++ b/spelling/setup.py @@ -14,7 +14,7 @@ setup( name='sphinxcontrib-spelling', - version='1.1', + version='1.1.1', url='http://bitbucket.org/birkenfeld/sphinx-contrib', license='BSD', author='Doug Hellmann',