diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-09-20 18:01:42 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-09-20 18:01:42 -0700 |
commit | bea7d9dc8a913b41182755528acfcdcec71e62d2 (patch) | |
tree | b15cc466af9776c99bcb7eff92c19e22f5de9620 | |
parent | 2de0784d4e35a1eac5c5d6942dd61b37e6521e19 (diff) |
Christ almighty I hate non-DRY versioning
-rw-r--r-- | paramiko/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/__init__.py b/paramiko/__init__.py index 62cd51ce..4ba42a26 100644 --- a/paramiko/__init__.py +++ b/paramiko/__init__.py @@ -57,7 +57,7 @@ if sys.version_info < (2, 5): __author__ = "Jeff Forcier <jeff@bitprophet.org>" -__version__ = "1.11.0" +__version__ = "1.11.1" __license__ = "GNU Lesser General Public License (LGPL)" |