summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-08-25 23:43:48 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-08-25 23:43:48 -0700
commitd7b93df7aaf9f409da7578a107829c138d042121 (patch)
treee4a22fe9360117ca8d4d85d9628d7581a57ac97c /setup.py
parentdeea38fa49914d9a0e19cc3994b4d2aa0dfa3e58 (diff)
Cut 1.14.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 c0f1e579..38e444f5 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ if sys.platform == 'darwin':
setup(
name = "paramiko",
- version = "1.14.0",
+ version = "1.14.1",
description = "SSH2 protocol library",
long_description = longdesc,
author = "Jeff Forcier",