summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-05-31 12:25:39 -0700
committerBob Ippolito <bob@redivi.com>2015-05-31 12:25:39 -0700
commit0bcdf20cc525c1343b796cb8f247ea5213c6557e (patch)
tree244421466ef566ab5f9cb966e6f0df27d42ab7ef /setup.py
parentc2190efda0e6fdd6783a56a6aeab818b072350a1 (diff)
downloadsimplejson-0bcdf20cc525c1343b796cb8f247ea5213c6557e.tar.gz
fix typo in e18cc09v3.7.3
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 0fb6bab..c3d206e 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.7.2'
+VERSION = '3.7.3'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: