From 9efe0018bbdaa053e29c92a066578f0418ae16ea Mon Sep 17 00:00:00 2001 From: Bence Szabo <49201271+bence42@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:28:47 +0200 Subject: [PATCH] bump version --- genie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genie.py b/genie.py index 509e616..1f5df8c 100644 --- a/genie.py +++ b/genie.py @@ -9,7 +9,7 @@ from pathlib import Path import xml.etree.ElementTree as ET -__version__ = "0.3.0" +__version__ = "0.3.1" timestamp = time.strftime('%Y%m%d-%H%M%S') results_folder = f'./results_{timestamp}'