summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoshua Marshall <catchjosh@gmail.com>2015-10-08 15:59:41 -0500
committerJoshua Marshall <catchjosh@gmail.com>2015-10-08 15:59:41 -0500
commit3058181be3481ad7b3e4ae9646d357e57420f933 (patch)
tree830b747339d9a188faeba8bd2db4cf62ddb8784e /setup.py
parent02f764a1e9735a355c7b82d008a751c6b648b5fe (diff)
downloadjsonrpclib-0.1.4.tar.gz
Incrementing to 0.1.4v0.1.4
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",