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',