diff --git a/installer-x64.cfg b/installer-x64.cfg index 44efece..78f682e 100644 --- a/installer-x64.cfg +++ b/installer-x64.cfg @@ -1,13 +1,13 @@ [Application] name=IFPass -version=3.1-1 +version=3.2 entry_point=IFPass:main icon=IF.ico console=true license_file=LICENSE [Python] -version=3.7.1 +version=3.7.3 bitness=64 [Include] @@ -28,13 +28,13 @@ bitness=64 pypi_wheels=code128==0.3 colorama==0.4.1 pyfiglet==0.8.post1 - numpy==1.16.2 - opencv-python==4.0.0.21 - Pillow==5.4.1 + numpy==1.16.4 + opencv-python==4.1.0.25 + Pillow==6.0.0 pywin32==224 six==1.12.0 - setuptools==40.8.0 - PyMuPDF==1.14.12 + setuptools==41.0.1 + PyMuPDF==1.14.16 pywinauto==0.6.6 # Must check if future updates of the following packages provide .whl files # pywinauto needs to be downloaded manually and edit setup to match platform=win32 diff --git a/installer-x86.cfg b/installer-x86.cfg index 75c874b..1400edc 100644 --- a/installer-x86.cfg +++ b/installer-x86.cfg @@ -1,13 +1,13 @@ [Application] name=IFPass -version=3.1-1 +version=3.2 entry_point=IFPass:main icon=IF.ico console=true license_file=LICENSE [Python] -version=3.7.1 +version=3.7.3 bitness=32 [Include] @@ -28,13 +28,13 @@ bitness=32 pypi_wheels=code128==0.3 colorama==0.4.1 pyfiglet==0.8.post1 - numpy==1.16.2 - opencv-python==4.0.0.21 - Pillow==5.4.1 + numpy==1.16.4 + opencv-python==4.1.0.25 + Pillow==6.0.0 pywin32==224 six==1.12.0 - setuptools==40.8.0 - PyMuPDF==1.14.12 + setuptools==41.0.1 + PyMuPDF==1.14.16 pywinauto==0.6.6 # Must check if future updates of the following packages provide .whl files # pywinauto needs to be downloaded manually and edit setup to match platform=win32