Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNeumann committed Sep 13, 2022
1 parent b36d452 commit 93b0292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Config:
MIN_DPI = 72
MAX_DPI = 900

VERSION = "1.2.0"
VERSION = "1.2.9"

STOP_STUCK_RUNNING = False

Expand Down
2 changes: 1 addition & 1 deletion create_executable.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
./venv/Scripts/activate
Write-Host -ForegroundColor Blue "Activating virtual environment"
Write-Host -ForegroundColor Blue "Building executable"
pyinstaller OcrAutomation.spec --version-file = version.txt -y
pyinstaller OcrAutomation.spec --version-file=version.txt -y
Write-Host -ForegroundColor Blue "Deactivating virtual environment"
Write-Host -ForegroundColor DarkGreen "Done!"
deactivate

0 comments on commit 93b0292

Please sign in to comment.