Trying something stupid re: ==dev

(cherry picked from commit 543651bfd2)

Conflicts:
	setup.py
This commit is contained in:
Jeff Forcier 2011-11-23 15:53:55 -08:00
parent d3b48e9b44
commit c903245ed9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if sys.platform == 'darwin':
setup(name = "paramiko", setup(name = "paramiko",
version = "1.7.11" version = "dev",
description = "SSH2 protocol library", description = "SSH2 protocol library",
author = "Jeff Forcier", author = "Jeff Forcier",
author_email = "jeff@bitprophet.org", author_email = "jeff@bitprophet.org",