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

bump version

git-svn-id: http://simplejson.googlecode.com/svn/trunk@102 a4795897-2c25-0410-b006-0d3caba88fa1
parent 376baf4b841e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
VERSION = '1.9.3'
VERSION = '1.9.4'
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__ = '1.9.3'
__version__ = '1.9.4'
__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