summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-10-05 11:55:47 -0700
committerBob Ippolito <bob@redivi.com>2013-10-05 11:55:47 -0700
commitd59550cc9bf62bca93b52480536e94707e789579 (patch)
tree190c34f98becdb613133fa6dec1e07f2c81ca1e5 /setup.py
parent475ef1c3b3a7a1bee8b9339336a077ce905ddc4f (diff)
downloadsimplejson-d59550cc9bf62bca93b52480536e94707e789579.tar.gz
update metadata for 3.3.1v3.3.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0cb9e6a..f5068d3 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.3.0'
+VERSION = '3.3.1'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: