Skip to content

Commit

Permalink
Merge pull request #23 from BerkeleyLab/bump-version-number
Browse files Browse the repository at this point in the history
Increment version number to 0.1.2
  • Loading branch information
rouson authored Dec 2, 2022
2 parents 083fbd2 + 12a8dff commit 08bd468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 08bd468

Please sign in to comment.