diff --git a/build_deb.sh b/build_deb.sh index 3ac3f82..1aab7da 100644 --- a/build_deb.sh +++ b/build_deb.sh @@ -5,4 +5,4 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi --license 'proprietary' \ --description 'Library for robot used in the competition' \ --after-install postinstall.sh \ - -v 0.0.2 -t deb setup.py + -v 0.0.2-3 -t deb setup.py