summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-04-22 08:11:48 -0700
committerBob Ippolito <bob@redivi.com>2022-04-22 08:11:48 -0700
commit74c95b6d3cafd0b158ab7f8a3a066d0671e5c931 (patch)
tree4a38d6082d77c5aa7d5505226742b207c391b676 /setup.py
parentd8cee7b2c5696a76e2d0316188b100eea4264354 (diff)
downloadsimplejson-74c95b6d3cafd0b158ab7f8a3a066d0671e5c931.tar.gz
Update CHANGES.txt and bump version
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 1e0e477..7261f4d 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.17.6'
+VERSION = '3.17.7'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: