summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Marshall <catchjosh@gmail.com>2015-12-07 00:55:20 -0600
committerJoshua Marshall <catchjosh@gmail.com>2015-12-07 00:55:20 -0600
commite7cb8ba791bd89109022ff7b516787f16922a39b (patch)
treebb3655f088b28035af7b5b2c78a4bd11a511dacb
parent6b69154a15c5623647a2fd2e4937db36746cb39d (diff)
downloadjsonrpclib-e7cb8ba791bd89109022ff7b516787f16922a39b.tar.gz
Bumping to 0.1.7v0.1.7
-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",