From 362442007d7d1517bfd0eaa0777008cda3775979 Mon Sep 17 00:00:00 2001 From: Christophe Blaess Date: Sat, 2 Oct 2021 06:15:51 +0200 Subject: [PATCH] [RELEASE] v1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cba251b..8f7ec4d 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ __title__ = 'cooker' -__version__ = '1.1.0' +__version__ = '1.2.0' __author__ = "Christophe BLAESS, Patrick BOETTCHER" __email__ = 'christophe.blaess@logilin.fr, p@yai.se' __license__ = "GPL"