summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-01-11 09:06:01 -0800
committerBob Ippolito <bob@redivi.com>2013-01-11 09:06:01 -0800
commit9b30e089d1e346b533dea12f6dd28c5e200af057 (patch)
treed4af47f8294c3493af00877bb972e9c952ab7fdb /setup.py
parent88186b0b91343fed6d22e45b940ebd7f7e58f703 (diff)
downloadsimplejson-9b30e089d1e346b533dea12f6dd28c5e200af057.tar.gz
v3.0.6, fixes ensure_ascii=False regression (#50)v3.0.6
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 607e7bc..7578766 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.0.5'
+VERSION = '3.0.6'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: