summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-02-14 12:30:55 -0800
committerBob Ippolito <bob@redivi.com>2016-02-15 08:05:22 -0800
commit0941def893caef5de159652b9bd4582b99303448 (patch)
treedc469b8f0108f241c6066d19d7b19a754c948db1 /setup.py
parent60227944e9879362f9a4e09dfaae605273cdfc8c (diff)
downloadsimplejson-test-wheels-1.tar.gz
WIP branch to investigate getting automated CI builds of wheels goingtest-wheels-1
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 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: