diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 14:01:57 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-24 19:00:19 -0700 |
commit | dd6fb2577d1c6f5cbfaf0264cc0452f465b0ca63 (patch) | |
tree | 630e9fcc7688d51e61e53ee3547545ff907a2373 /setup.py | |
parent | 3c01fdda1457b8c3ebc5bd7b0552584b9c786f32 (diff) |
Bump to 0.8.x due to nontrivial changes
(cherry picked from commit d7def60c4784fed39fc8714753304a150da131c7)
Conflicts:
setup.py
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |