From 59dc5296f731f868678cbdcba199a77a0513e5c1 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Fri, 14 Feb 2014 16:16:12 -0800 Subject: improve Python 3.3 compat #87, bump to 3.3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8625290..f0d0a27 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.3.2' +VERSION = '3.3.3' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1