summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 541f590..1973208 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ if os.path.exists("README.md"):
distutils.core.setup(
name="jsonrpclib",
- version="0.1.6",
+ version="0.1.7",
packages=["jsonrpclib"],
author="Josh Marshall",
author_email="catchjosh@gmail.com",