From 44e66b48ab5cdbb177b06fbdea24b7a4aaca24f9 Mon Sep 17 00:00:00 2001 From: Hugo Maingonnat Date: Tue, 14 May 2019 15:32:39 +0200 Subject: [PATCH] Bump to 0.8.1 --- deepomatic/api/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepomatic/api/version.py b/deepomatic/api/version.py index 37b289b..6a25d1d 100644 --- a/deepomatic/api/version.py +++ b/deepomatic/api/version.py @@ -1,6 +1,6 @@ __title__ = 'deepomatic-api' __description__ = 'Deepomatic API client' -__version__ = '0.8.0' +__version__ = '0.8.1' __author__ = 'deepomatic' __author_email__ = 'support@deepomatic.com' __url__ = 'https://github.com/deepomatic/deepomatic-client-python'