From 74c95b6d3cafd0b158ab7f8a3a066d0671e5c931 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 22 Apr 2022 08:11:48 -0700 Subject: Update CHANGES.txt and bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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: -- cgit v1.2.1