From 48b4ce4a1a88094fb781f7195f3015f82876347c Mon Sep 17 00:00:00 2001 From: Hugo Maingonnat Date: Mon, 27 May 2019 14:07:29 +0200 Subject: [PATCH] bump version --- 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 6a25d1d..b3a4960 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.1' +__version__ = '0.8.2' __author__ = 'deepomatic' __author_email__ = 'support@deepomatic.com' __url__ = 'https://github.com/deepomatic/deepomatic-client-python'