diff --git a/pydest/__init__.py b/pydest/__init__.py index 95ae17d..8433b09 100644 --- a/pydest/__init__.py +++ b/pydest/__init__.py @@ -1,5 +1,5 @@ title = 'pydest' -__version__ = '0.4.0' +__version__ = '0.5.0' from .api import API from .pydest import Pydest