summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-02-05 11:06:39 -0800
committerBob Ippolito <bob@redivi.com>2023-02-05 11:06:39 -0800
commit4d098a56628f519e806c0c1ceceb1ce1b6e0d11c (patch)
treeba5684f9d21058dd4b7e1e89d1313bd839152ac4 /setup.py
parenta010b32bf0a7c6102d9fc4202b65b5fd37be2ce0 (diff)
downloadsimplejson-4d098a56628f519e806c0c1ceceb1ce1b6e0d11c.tar.gz
Bump version and update CHANGEStest-sdist
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 8209f88..3ed60f7 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.3'
+VERSION = '3.18.4'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: