summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-04-21 15:07:48 -0700
committerBob Ippolito <bob@redivi.com>2018-04-21 15:07:48 -0700
commit729945a655b2c351ad4c91293a494c066f3bb152 (patch)
treebe1db9f7dfe87920c30cd963015ab9fcd04e78ee /setup.py
parent967a3b33f6df1eb360cb41753f859c5ba309e09e (diff)
downloadsimplejson-729945a655b2c351ad4c91293a494c066f3bb152.tar.gz
v3.14.0v3.14.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 35042c6..500e447 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.13.3'
+VERSION = '3.14.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: