diff --git a/cloudbender/__init__.py b/cloudbender/__init__.py index 405c893..55242d4 100644 --- a/cloudbender/__init__.py +++ b/cloudbender/__init__.py @@ -2,7 +2,7 @@ import logging __author__ = "Stefan Reimer" __email__ = "stefan@zero-downtimet.net" -__version__ = "0.9.4" +__version__ = "0.9.5" # Set up logging to ``/dev/null`` like a library is supposed to.