From 10beb86e9e05c1fedaa7bf37a7dc4274bcdf40cb Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 18 Nov 2011 08:55:07 -0800 Subject: [PATCH] Partially revert centralized version stuff (cherry picked from commit d9ba7a644c2170b6779ae586e70d2d9fe75ba439) Conflicts: setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fcf3e4d..e48831e 100644 --- a/setup.py +++ b/setup.py @@ -48,10 +48,9 @@ if sys.platform == 'darwin': import setup_helper setup_helper.install_custom_make_tarball() -import paramiko setup(name = "paramiko", - version = paramiko.__version__, + version = "1.7.10" description = "SSH2 protocol library", author = "Jeff Forcier", author_email = "jeff@bitprophet.org",