Bump version to 1.13.0 in init

This commit is contained in:
Scott Maxwell 2013-11-19 12:08:33 -08:00
parent 103d056a77
commit aa301506f4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ if sys.version_info < (2, 6):
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
__version__ = "1.12.0"
__version__ = "1.13.0"
__version_info__ = tuple([ int(d) for d in __version__.split(".") ])
__license__ = "GNU Lesser General Public License (LGPL)"