Skip to content

Commit

Permalink
Merge pull request #16 from bmatern/master
Browse files Browse the repository at this point in the history
Update Release Version
  • Loading branch information
bmatern authored Dec 12, 2017
2 parents 8623845 + dd1ad10 commit 7dfb87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AlleleSubMain.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# from saddlebags.AlleleSubMainGui import AlleleSubMainGui
# from saddlebags.AlleleSubCommon import loadConfigurationFile

SoftwareVersion = 'saddlebags Version 1.2'
SoftwareVersion = 'saddlebags Version 1.4'

if __name__=='__main__':
try:
Expand Down
2 changes: 1 addition & 1 deletion MakeExecutables.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ SET VirtualEnvironmentLocation=C:\Users\ben\Envs\minionvenv\Scripts

:: Run Pyinstaller to create executables
:: cd %CodePath%
activate %VirtualEnvironmentLocation%\activate && pyinstaller %SpecFile% --distpath %BinPath% --clean && deactivate
%VirtualEnvironmentLocation%\activate && pyinstaller %SpecFile% --distpath %BinPath% --clean && deactivate

0 comments on commit 7dfb87a

Please sign in to comment.