summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-09-29 14:07:14 -0700
committerBob Ippolito <bob@redivi.com>2014-09-29 14:07:14 -0700
commit77437f037f99e9df49dab740b32bdb20af93af44 (patch)
tree75b07ba998753a3a1bbc407ebe54717ca85afa7c /setup.py
parentc510dd0285bbce594fd772b462eb859a39bf4a9f (diff)
downloadsimplejson-77437f037f99e9df49dab740b32bdb20af93af44.tar.gz
update version for v3.6.4
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 31237bf..d937ae2 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.3'
+VERSION = '3.6.4'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: