From 8aaf1ca7d6cda799997815591c1c82e70c51a633 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sun, 14 Feb 2016 12:30:55 -0800 Subject: v3.8.2 - fix compiler warning, automated wheel builds for Windows and Mac --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a5d3500..1a92c2f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.8.1' +VERSION = '3.8.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1