Update version to 1.7.8, no need for 4 parts

This commit is contained in:
Jeff Forcier 2011-10-23 00:47:10 -07:00
parent 673c427fe6
commit 5e0a329028
3 changed files with 5 additions and 5 deletions

2
README
View File

@ -9,7 +9,7 @@ ssh
:Homepage: http://pypi.python.org/pypi/ssh/ :Homepage: http://pypi.python.org/pypi/ssh/
ssh 1.7.7.2 ssh 1.7.8
================ ================
Released October 23, 2011. Released October 23, 2011.

View File

@ -48,7 +48,7 @@ if sys.platform == 'darwin':
setup(name = "ssh", setup(name = "ssh",
version = "1.7.7.2", version = "1.7.8",
description = "SSH2 protocol library", description = "SSH2 protocol library",
author = "Jeff Forcier", author = "Jeff Forcier",
author_email = "jeff@bitprophet.org", author_email = "jeff@bitprophet.org",

View File

@ -47,7 +47,7 @@ released under the GNU Lesser General Public License (LGPL).
Website: U{http://www.lag.net/ssh/} Website: U{http://www.lag.net/ssh/}
@version: 1.7.7.1 (George) @version: 1.7.8
@author: Robey Pointer @author: Robey Pointer
@contact: robeypointer@gmail.com @contact: robeypointer@gmail.com
@license: GNU Lesser General Public License (LGPL) @license: GNU Lesser General Public License (LGPL)
@ -61,8 +61,8 @@ if sys.version_info < (2, 2):
__author__ = "Robey Pointer <robeypointer@gmail.com>" __author__ = "Robey Pointer <robeypointer@gmail.com>"
__date__ = "21 May 2011" __date__ = "21 May 2011"
__version__ = "1.7.7.1 (George)" __version__ = "1.7.8"
__version_info__ = (1, 7, 7, 1) __version_info__ = (1, 7, 8)
__license__ = "GNU Lesser General Public License (LGPL)" __license__ = "GNU Lesser General Public License (LGPL)"