summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-08-09 19:59:28 -0700
committerBob Ippolito <bob@redivi.com>2014-08-09 20:04:48 -0700
commit1ddfc5ace82f4fbda2a6a85c62a063ae45c94576 (patch)
tree972084de072771436da7036f99178f2dd9b8886e /setup.py
parent39636bbe3f19a66d2b8ff5dfbe126f20af12e73a (diff)
downloadsimplejson-1ddfc5ace82f4fbda2a6a85c62a063ae45c94576.tar.gz
update documentation per #102docs-102
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 83e979c..3d5dd52 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.6.0'
+VERSION = '3.6.1'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: