Bump to 0.8.x due to nontrivial changes

(cherry picked from commit d7def60c4784fed39fc8714753304a150da131c7)

Conflicts:
	setup.py
This commit is contained in:
Jeff Forcier 2012-09-23 14:01:57 -07:00
parent 3c01fdda14
commit dd6fb2577d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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