diff --git a/cloudbender/__init__.py b/cloudbender/__init__.py index a1245bd..ebad0b9 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.7.1" +__version__ = "0.7.2" # Set up logging to ``/dev/null`` like a library is supposed to.