From 7c1f9efc4f1159f0e6ab3645031a207e38f87ba9 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sun, 22 May 2022 18:49:05 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20n=C2=B0=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 35f4b99..7682f93 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ from threading import * from class_invoices import * from class_addresses import * -VERSION = "202200522 - 1702" +VERSION = "202200522 - 1848" src_dir = os.getenv('APPDATA') + "\Attrib2Biz\src" dest_dir = os.getenv('APPDATA') + "\Attrib2Biz\output"