From 24817dcc325aa2beca88b20a0b8b40f786f9f81c Mon Sep 17 00:00:00 2001 From: Joel Date: Sat, 16 Jan 2021 23:56:39 +0100 Subject: [PATCH] updated to newest version --- build_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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