diff --git a/fabric/version.py b/fabric/version.py index fed110ce25..a261f6a6a0 100644 --- a/fabric/version.py +++ b/fabric/version.py @@ -6,7 +6,7 @@ which in turn needs access to this version information.) """ -VERSION = (0, 9, 4, "final", 0) +VERSION = (0, 9, 5, "final", 0) def get_version(form='short'): """