summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2011-02-12 12:32:59 -0600
committerJosh Marshall <catchjosh@gmail.com>2011-02-12 12:32:59 -0600
commitbcd9a5ca2ae751a057d967fc39c1841483cabbb8 (patch)
tree5a740f1d84a3eaf897ca1d91c7b3e65e36ad0372 /setup.py
parent6a66d6ccebd5ea147edb731137b1a22e1ee61d38 (diff)
downloadjsonrpclib-bcd9a5ca2ae751a057d967fc39c1841483cabbb8.tar.gz
Incrementing version.
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 8a5c959..7df6ea4 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ import distutils.core
distutils.core.setup(
name = "jsonrpclib",
- version = "0.12",
+ version = "0.13",
packages = ["jsonrpclib"],
author = "Josh Marshall",
author_email = "catchjosh@gmail.com",