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

bump version

git-svn-id: http://simplejson.googlecode.com/svn/trunk@32 a4795897-2c25-0410-b006-0d3caba88fa1
parent ce5327cc57f5
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
from setuptools import setup, find_packages
VERSION = '1.4'
VERSION = '1.5'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible
......
......@@ -71,7 +71,7 @@
Note that the JSON produced by this module is a subset of YAML,
so it may be used as a serializer for that as well.
"""
__version__ = '1.4'
__version__ = '1.5'
__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