summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Deiss <sdeiss@haw-landshut.de>2014-05-28 12:01:13 +0200
committerSebastian Deiss <sdeiss@haw-landshut.de>2014-05-28 12:01:13 +0200
commit0be471cfe000a8356838cb2f087a691b857dcc21 (patch)
tree5f457c09de34951af591fbfaddcff6260d063a27 /setup.py
parentce87fc8d7a8a025671183fc78091e5d1f6760f5f (diff)
parent8904c15316fbd4dc58f1903479ad559c7677dc2b (diff)
Merge branch 'akruis-gssapi-py3-support' into gssapi-py3-support
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..c0f1e579 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ if sys.platform == 'darwin':
setup(
name = "paramiko",
- version = "1.13.0",
+ version = "1.14.0",
description = "SSH2 protocol library",
long_description = longdesc,
author = "Jeff Forcier",