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 72f8b35..e318f44 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ import distutils.core
distutils.core.setup(
name = "jsonrpclib",
- version = "0.1.3",
+ version = "0.1.4",
packages = ["jsonrpclib"],
author = "Josh Marshall",
author_email = "catchjosh@gmail.com",