From 973dfab0663eda341d220f475c0db75f7dcc072e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Faure-Lacroix?= Date: Thu, 6 Jul 2023 16:18:50 -0400 Subject: [PATCH] Update release to 0.1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6a659c..515f390 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def find_files(cur_path): setuptools.setup( name="odoo-tools", - version="0.1.7", + version="0.1.8", author="Loïc Faure-Lacroix ", author_email="lamerstar@gmail.com", description="Odoo Tools",