summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-07-26 15:06:58 -0700
committerJeff Forcier <jeff@bitprophet.org>2013-07-26 15:06:58 -0700
commitd2c71ed9994baa167f7eaf26683f17a0be4b7c02 (patch)
tree3d15d02bb16999b6f773426f82e26ccd8695173d /setup.py
parentcaf94786ca8c0bc9e3995da0a160c84921a3bfc6 (diff)
parent965d00dee951ffaee7458c7f8cb0a3c38ff46b25 (diff)
Merge branch '1.10'
Conflicts: NEWS setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 02a71e58..e94b9022 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,11 @@ if sys.platform == 'darwin':
setup(name = "paramiko",
+<<<<<<< HEAD
version = "1.11.0",
+=======
+ version = "1.10.2",
+>>>>>>> 1.10
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",