summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-03-27 16:13:22 -0700
committerBob Ippolito <bob@redivi.com>2018-03-27 16:13:22 -0700
commit0406430cbcb0e31d27bd064db57837b94ed05294 (patch)
tree81d50cef80b84830ddaa66c8ebfbc9eaccdec17d /setup.py
parentd6b29ef522df2c3f7e26718e8578c89e9d733d83 (diff)
downloadsimplejson-0406430cbcb0e31d27bd064db57837b94ed05294.tar.gz
Update CHANGES.txt and increment version to 3.13.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 7d2d6c5..35042c6 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.13.2'
+VERSION = '3.13.3'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: