summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2019-11-17 22:16:37 -0800
committerBob Ippolito <bob@redivi.com>2019-11-17 22:16:37 -0800
commit6cbbd1859f7ff219c19f68d3063842cdd6db1885 (patch)
tree5b6887219e68442c78b1c4c391aa800b6d0742c0 /setup.py
parent07a67957ddb2d55e6d8994474c0e18c9c7d967a7 (diff)
downloadsimplejson-6cbbd1859f7ff219c19f68d3063842cdd6db1885.tar.gz
Set version back to v3.17.0v3.17.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 cda42f0..b4d2e68 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.16.1'
+VERSION = '3.17.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: