From d438608744a9971522223a3c7d6be59c292e1855 Mon Sep 17 00:00:00 2001 From: lesclaz Date: Thu, 26 May 2022 09:27:32 -0400 Subject: [PATCH] =?UTF-8?q?Cambio=20de=20versi=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildDEB.sh | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildDEB.sh b/buildDEB.sh index 4f6c68b..85a996c 100755 --- a/buildDEB.sh +++ b/buildDEB.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash app_name=PyLibSuitETECSA -app_version=0.1.3b2 +app_version=0.1.3b3 module_name=PyLibSuitETECSA temp_dir=$app_name'_'$app_version'_all' diff --git a/setup.py b/setup.py index 88a010b..c02af6c 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def get_readme(): setup( name='PyLibSuitETECSA', - version='0.1.3b2', + version='0.1.3b3', packages=['PyLibSuitETECSA', 'PyLibSuitETECSA.core'], url='https://github.com/SuitETECSA/PyLibSuitETECSA', license='GNU General Public License v3',