diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-04-05 13:02:11 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-04-05 13:02:11 -0700 |
commit | b329512636d5f7610c02cc452943a65e2c39470a (patch) | |
tree | 6fd79b02d1eff50a278b60800d2af4d842dc3ee6 /setup.py | |
parent | 73a0d03bdc86a89ca1b452210887f9e86439a8cc (diff) | |
parent | 02d071be07fef362764b13a99dd9335a668c9117 (diff) |
Merge branch '1.10'
Conflicts:
NEWS
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ if sys.platform == 'darwin': setup(name = "paramiko", - version = "1.10.0", + version = "1.10.1", description = "SSH2 protocol library", author = "Jeff Forcier", author_email = "jeff@bitprophet.org", |