From 03396cb26b6165814150461ec9f49343c151d862 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 1 Jan 2013 13:17:38 -0800 Subject: _Py_Accu style encoder optimization, bump to 3.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c85e235..3f45697 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.0' +VERSION = '3.0.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() -- cgit v1.2.1