summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2011-11-18 08:55:07 -0800
committerJeff Forcier <jeff@bitprophet.org>2012-09-23 16:05:00 -0700
commit10beb86e9e05c1fedaa7bf37a7dc4274bcdf40cb (patch)
treeeb7d8a46e350d2952d94f99d9632a4385bb66f39
parent013d459487c16b9864e8e6e52ccf6870be1bd1e6 (diff)
Partially revert centralized version stuff
(cherry picked from commit d9ba7a644c2170b6779ae586e70d2d9fe75ba439) Conflicts: setup.py
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index fcf3e4dc..e48831e6 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",