Bump to 1.9.0 for release

This commit is contained in:
Jeff Forcier 2012-11-06 13:06:08 -08:00
parent ebd007b217
commit a3b44c7ed9
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ if sys.version_info < (2, 2):
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
__version__ = "1.8.0"
__version__ = "1.9.0"
__license__ = "GNU Lesser General Public License (LGPL)"

View File

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