summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-11-16 12:21:15 -0800
committerBob Ippolito <bob@redivi.com>2022-11-16 12:21:15 -0800
commitf7f03624aad489eaa852e1de9c24194a752fb2ab (patch)
tree2b2f50e7891947ab9267acb6e3fc220fac9a6f91 /setup.py
parentedde4ef7dfb79284e07844f996262e61920b4f66 (diff)
downloadsimplejson-f7f03624aad489eaa852e1de9c24194a752fb2ab.tar.gz
Update version to v3.18.1 and update CHANGES for #303
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 336f443..64c5c74 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.18.0'
+VERSION = '3.18.1'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: