diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index 7a4cadc..a1db2e6 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -58,7 +58,7 @@ jobs: run: | mv ui/* . pyinstaller RapidVideOCR.spec - echo "VERSION=0.0.2" >> $GITHUB_OUTPUT + echo "VERSION=0.0.3" >> $GITHUB_OUTPUT - if: matrix.os == 'windows-2022' name: zip the artifact dir into a zip diff --git a/ui/RapidVideOCR.spec b/ui/RapidVideOCR.spec index 47405b4..1ab0c9d 100644 --- a/ui/RapidVideOCR.spec +++ b/ui/RapidVideOCR.spec @@ -69,4 +69,4 @@ coll = COLLECT( upx=True, upx_exclude=[], name='RapidVideOCR', -) \ No newline at end of file +)