summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-02-05 09:31:07 -0800
committerBob Ippolito <bob@redivi.com>2023-02-05 09:31:17 -0800
commit08991e091d314e0a200711e0b7b401fb6970d868 (patch)
treeddedff4267629f4e10441a45126bfc62077def53 /setup.py
parent64f12484892079e175c7636d006cd74f04e26461 (diff)
downloadsimplejson-08991e091d314e0a200711e0b7b401fb6970d868.tar.gz
Fix #309. Build sdist without any overrides
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 9bd1dd3..8209f88 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.2'
+VERSION = '3.18.3'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: