Bump version for dev

This commit is contained in:
Jeff Forcier 2013-09-27 17:44:06 -07:00
parent 6a6b200c32
commit 8ab4cbd2a0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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