summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-05-07 14:14:05 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-05-07 14:14:05 -0700
commit7484a221803a3f9aa959d9fd02770ee9c2c90ad5 (patch)
tree0195b98649d84945cbd55fa33d726779ab3bd01e /setup.py
parentc7f67445f7003a9705b171396c473ef8c05bb054 (diff)
Cut 1.13.1
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 4a858326..05dc98d5 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ if sys.platform == 'darwin':
setup(
name = "paramiko",
- version = "1.13.0",
+ version = "1.13.1",
description = "SSH2 protocol library",
long_description = longdesc,
author = "Jeff Forcier",