Bump version post-release.

This commit is contained in:
Georg Brandl 2012-03-10 21:53:30 +01:00
parent 38d41bdfaa
commit 88a9a263e1

View File

@ -15,7 +15,7 @@
import sys
from os import path
__version__ = '1.1.3'
__version__ = '1.1.3+'
__released__ = '1.1.3' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))