Skip to content

Commit

Permalink
Merge pull request #26 from TissueEngineeringLab/release/1.0.7
Browse files Browse the repository at this point in the history
Release version 1.0.7 of MyoFInDer
  • Loading branch information
WeisLeDocto authored Dec 13, 2023
2 parents 4cf3ec8 + 840d797 commit fa4bf83
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified bin/myofinder.msi
Binary file not shown.
2 changes: 1 addition & 1 deletion src/myofinder/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding: utf-8

__version__ = '1.0.6'
__version__ = '1.0.7'
2 changes: 1 addition & 1 deletion src/windows_installer/config.aip
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ROW Property="ProductCode" Value="1033:{BFA51019-B48F-475B-B8BB-E2F14499079C} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="MyoFInDer"/>
<ROW Property="ProductVersion" Value="1.0.6" Options="32"/>
<ROW Property="ProductVersion" Value="1.0.7" Options="32"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
<ROW Property="UpgradeCode" Value="{CE95562D-8E91-4ED9-B26E-5638FFE5C0B0}"/>
<ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>
Expand Down
2 changes: 1 addition & 1 deletion src/windows_installer/start_myofinder.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ echo Checking if the dependencies are installed
echo The dependencies are installed
) || (
echo The dependencies are not installed, installing them
%base_path%\venv\Scripts\python -m pip install myofinder==1.0.6
%base_path%\venv\Scripts\python -m pip install myofinder==1.0.7
)

echo.
Expand Down

0 comments on commit fa4bf83

Please sign in to comment.