summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-01-08 16:41:52 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-01-08 16:41:52 -0800
commita08ac06083a40eb1455e5fa14cd644f7a2350f16 (patch)
tree858e25839e0df86360c66ce93cbfe06e16c876b0 /setup.py
parent6393175f6526e89b904461e3ef185b4131ea4fdb (diff)
parent6ecde066fcd0a23238e8b8929c4e1bef48618df1 (diff)
Merge branch '1.12'
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 10237f29..f50cfd23 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ if sys.platform == 'darwin':
setup(name = "paramiko",
- version = "1.12.0",
+ version = "1.12.1",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",