Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
git-svn-id: http://simplejson.googlecode.com/svn/trunk@137 a4795897-2c25-0410-b006-0d3caba88fa1
  • Loading branch information
etrepum committed Oct 3, 2008
1 parent 2b526c0 commit 11b05d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion simplejson/__init__.py
Expand Up @@ -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',
Expand Down

0 comments on commit 11b05d5

Please sign in to comment.