From 82fdecb6a892579bde16f43b4b983b9dce6c3643 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 4 Sep 2015 10:35:32 -0700 Subject: Update version to 3.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8106054..a5d3500 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.0' +VERSION = '3.8.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1