diff --git a/hbutils/config/meta.py b/hbutils/config/meta.py index c8094152d22..ca144507b70 100644 --- a/hbutils/config/meta.py +++ b/hbutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = "hbutils" #: Version of this project. -__VERSION__ = "0.8.5" +__VERSION__ = "0.8.6" #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Some useful functions and classes in Python infrastructure development.'