summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-23 12:37:30 -0800
committerBob Ippolito <bob@redivi.com>2017-11-23 12:37:30 -0800
commit61fae0c2dac6a0769a0b6e49320e613e498adc11 (patch)
tree751a7795fa6f453d42bb1fc13e4e58e03925db99 /setup.py
parent029bc2bf1a12146082a9c453d5965be0b7266dc6 (diff)
downloadsimplejson-61fae0c2dac6a0769a0b6e49320e613e498adc11.tar.gz
v3.12.1v3.12.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 70e2391..50ee63c 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.12.0'
+VERSION = '3.12.1'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: