Bump version to 0.3.2

This commit is contained in:
R. Tyler Ballance 2010-02-20 23:02:29 -08:00
parent 6197b7f45b
commit 4b71a0c6cb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ packages = ('yajl',)
setup_kwargs = dict(
name = 'yajl',
description = '''A CPython module for Yet-Another-Json-Library''',
version = '0.3.1',
version = '0.3.2',
author = 'R. Tyler Ballance',
author_email = 'tyler@monkeypox.org',
url = 'http://rtyler.github.com/py-yajl',