From c903245ed95291c278ed52a7bfcf17322b2b5d28 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 23 Nov 2011 15:53:55 -0800 Subject: [PATCH] Trying something stupid re: ==dev (cherry picked from commit 543651bfd2b5958f0933e2bd108253ac30654098) Conflicts: setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c085e47..415bc0a 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ if sys.platform == 'darwin': setup(name = "paramiko", - version = "1.7.11" + version = "dev", description = "SSH2 protocol library", author = "Jeff Forcier", author_email = "jeff@bitprophet.org",