diff --git a/scripts/package_pip_packages.sh b/scripts/package_pip_packages.sh index 7267c147d..0918f1e29 100755 --- a/scripts/package_pip_packages.sh +++ b/scripts/package_pip_packages.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBS_DIR="QgisModelBaker/libs" -MODELBAKER_LIBRARY=("modelbaker" "1.0.4") +MODELBAKER_LIBRARY=("modelbaker" "1.1.0") PGSERVICEPARSER=("pgserviceparser" "1.0.1") PACKAGING=("packaging" "21.3")