diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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", |