Skip to content
Snippets Groups Projects
Commit c971a3dbca08 authored by Bob Ippolito's avatar Bob Ippolito
Browse files

version bump

git-svn-id: http://simplejson.googlecode.com/svn/trunk@137 a4795897-2c25-0410-b006-0d3caba88fa1
parent 5c17b1e8ba87
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
VERSION = '2.0.1'
VERSION = '2.0.2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible
......
......@@ -101,7 +101,7 @@
Note that the JSON produced by this module's default settings
is a subset of YAML, so it may be used as a serializer for that as well.
"""
__version__ = '2.0.1'
__version__ = '2.0.2'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONEncoder',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment