summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-05-12 17:55:14 +0000
committerBob Ippolito <bob@redivi.com>2018-05-12 17:55:14 +0000
commit67d48f67e601bd644f8de975c3287015e4258be2 (patch)
tree2807c58f08cc6b3ce07b0951a2ecce6f6843c77f /setup.py
parent424a9e9aabba6f000def57c470a18a44076737d8 (diff)
downloadsimplejson-67d48f67e601bd644f8de975c3287015e4258be2.tar.gz
v3.15.0v3.15.0
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 500e447..32b3dcf 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.14.0'
+VERSION = '3.15.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: