summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-10-24 08:14:19 -0700
committerBob Ippolito <bob@redivi.com>2014-10-24 08:14:19 -0700
commitd52cd59d28766c72314537e2a087665b8b54fa9b (patch)
treed34fe1fed7a33ccc140476e2853e3c346cbfd509 /setup.py
parent99d3082b8edef1e6b43e2a3971e7cebf2cde6608 (diff)
downloadsimplejson-d52cd59d28766c72314537e2a087665b8b54fa9b.tar.gz
update CHANGES and bump version to v3.6.5v3.6.5
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 d937ae2..de86d0c 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.6.4'
+VERSION = '3.6.5'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: