diff --git a/fpm.toml b/fpm.toml index cd4e17768..db979a37c 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "inference-engine" -version = "0.1.0" +version = "0.1.2" license = "license" author = "Damian Rouson, Tan Nguyen, Jordan Welsman" maintainer = "rouson@lbl.gov" diff --git a/setup.sh b/setup.sh index 4203a07a4..85a5b0173 100755 --- a/setup.sh +++ b/setup.sh @@ -113,7 +113,7 @@ echo "INFERENCE_ENGINE_FPM_FLAG=\"$FPM_FLAG\"" >> $INFERENCE_ENGINE echo "Name: inference-engine" >> $INFERENCE_ENGINE_PC echo "Description: Inference Engine" >> $INFERENCE_ENGINE_PC echo "URL: https://github.com/berkeleylab/inference-engine" >> $INFERENCE_ENGINE_PC -echo "Version: 0.1.1" >> $INFERENCE_ENGINE_PC +echo "Version: 0.1.2" >> $INFERENCE_ENGINE_PC if [ $CI = true ]; then echo "---------------" echo "cat $INFERENCE_ENGINE_PC"