From 8679ae2ca58d47e97fa810e36f59f296b5f50808 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Fri, 15 Nov 2024 16:41:41 +0100 Subject: [PATCH] cocluto v 1.07 fixed logic error foudn when working on [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3979] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f90e7b2..30a0429 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='cocluto', - version=1.06, + version=1.07, description='compute cluster utility tools', url='https://git.ipr.univ-rennes1.fr/graffy/cocluto', author='Guillaume Raffy',