diff options
| author | Bob Ippolito <bob@redivi.com> | 2016-02-14 12:30:55 -0800 |
|---|---|---|
| committer | Bob Ippolito <bob@redivi.com> | 2016-02-15 08:05:22 -0800 |
| commit | 0941def893caef5de159652b9bd4582b99303448 (patch) | |
| tree | dc469b8f0108f241c6066d19d7b19a754c948db1 /setup.py | |
| parent | 60227944e9879362f9a4e09dfaae605273cdfc8c (diff) | |
| download | simplejson-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
