diff options
author | Scott Maxwell <scott@codecobblers.com> | 2013-11-02 20:28:02 -0700 |
---|---|---|
committer | Scott Maxwell <scott@codecobblers.com> | 2013-11-02 20:28:02 -0700 |
commit | 01731fa2c34483ec6d429a23bf9d19126f63f618 (patch) | |
tree | 4ec5378dc544797b6dbbce0a500ed921b0026a1a | |
parent | 7d5fa50ca473f6c4336b80ca365e2d1270b9136f (diff) |
Bump version to 1.13.0
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ if sys.platform == 'darwin': setup(name = "paramiko", - version = "1.12.0", + version = "1.13.0", description = "SSH2 protocol library", author = "Jeff Forcier", author_email = "jeff@bitprophet.org", |