Increment version to 3.1
This commit is contained in:
parent
622ad63e0a
commit
e7f78e6e39
@ -23,7 +23,7 @@ from colorama import init
|
|||||||
from termcolor import colored
|
from termcolor import colored
|
||||||
|
|
||||||
|
|
||||||
version = '3.0-1' # dev/devnocam
|
version = '3.1' # dev/devnocam
|
||||||
|
|
||||||
configdir = os.path.join(os.getenv('PROGRAMDATA'), 'IFPass')
|
configdir = os.path.join(os.getenv('PROGRAMDATA'), 'IFPass')
|
||||||
config = os.path.join(configdir, 'IFPass.conf')
|
config = os.path.join(configdir, 'IFPass.conf')
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Application]
|
[Application]
|
||||||
name=IFPass
|
name=IFPass
|
||||||
version=3.0-1
|
version=3.1
|
||||||
entry_point=IFPass:main
|
entry_point=IFPass:main
|
||||||
icon=IF.ico
|
icon=IF.ico
|
||||||
console=true
|
console=true
|
||||||
@ -13,17 +13,17 @@ bitness=64
|
|||||||
[Include]
|
[Include]
|
||||||
# Packages from PyPI that your application requires, one per line
|
# Packages from PyPI that your application requires, one per line
|
||||||
# These must have wheels on PyPI:
|
# These must have wheels on PyPI:
|
||||||
pypi_wheels=code128==0.3
|
pypi_wheels=code128==0.3 # https://pypi.org/project/code128/
|
||||||
colorama==0.4.1
|
colorama==0.4.1 # https://pypi.org/project/colorama/
|
||||||
pyfiglet==0.8.post1
|
pyfiglet==0.8.post1 # https://pypi.org/project/pyfiglet/
|
||||||
numpy==1.16.2
|
numpy==1.16.2 # https://pypi.org/project/numpy/
|
||||||
opencv-python==4.0.0.21
|
opencv-python==4.0.0.21 # https://pypi.org/project/opencv-python/
|
||||||
Pillow==5.4.1
|
Pillow==5.4.1 # https://pypi.org/project/Pillow/
|
||||||
pywin32==224
|
pywin32==224 # https://pypi.org/project/pywin32/
|
||||||
six==1.12.0
|
six==1.12.0 # https://pypi.org/project/six/
|
||||||
setuptools==40.8.0
|
setuptools==40.8.0 # https://pypi.org/project/setuptools/
|
||||||
PyMuPDF==1.14.8
|
PyMuPDF==1.14.12 # https://pypi.org/project/PyMuPDF/
|
||||||
pywinauto==0.6.6
|
pywinauto==0.6.6 # https://pypi.org/project/pywinauto/
|
||||||
# Must check if future updates of the following packages provide .whl files
|
# 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
|
# pywinauto needs to be downloaded manually and edit setup to match platform=win32
|
||||||
# Packages without wheels (Must be installed locally):
|
# Packages without wheels (Must be installed locally):
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Application]
|
[Application]
|
||||||
name=IFPass
|
name=IFPass
|
||||||
version=3.0-1
|
version=3.1
|
||||||
entry_point=IFPass:main
|
entry_point=IFPass:main
|
||||||
icon=IF.ico
|
icon=IF.ico
|
||||||
console=true
|
console=true
|
||||||
@ -13,17 +13,17 @@ bitness=32
|
|||||||
[Include]
|
[Include]
|
||||||
# Packages from PyPI that your application requires, one per line
|
# Packages from PyPI that your application requires, one per line
|
||||||
# These must have wheels on PyPI:
|
# These must have wheels on PyPI:
|
||||||
pypi_wheels=code128==0.3
|
pypi_wheels=code128==0.3 # https://pypi.org/project/code128/
|
||||||
colorama==0.4.1
|
colorama==0.4.1 # https://pypi.org/project/colorama/
|
||||||
pyfiglet==0.8.post1
|
pyfiglet==0.8.post1 # https://pypi.org/project/pyfiglet/
|
||||||
numpy==1.16.2
|
numpy==1.16.2 # https://pypi.org/project/numpy/
|
||||||
opencv-python==4.0.0.21
|
opencv-python==4.0.0.21 # https://pypi.org/project/opencv-python/
|
||||||
Pillow==5.4.1
|
Pillow==5.4.1 # https://pypi.org/project/Pillow/
|
||||||
pywin32==224
|
pywin32==224 # https://pypi.org/project/pywin32/
|
||||||
six==1.12.0
|
six==1.12.0 # https://pypi.org/project/six/
|
||||||
setuptools==40.8.0
|
setuptools==40.8.0 # https://pypi.org/project/setuptools/
|
||||||
PyMuPDF==1.14.8
|
PyMuPDF==1.14.12 # https://pypi.org/project/PyMuPDF/
|
||||||
pywinauto==0.6.6
|
pywinauto==0.6.6 # https://pypi.org/project/pywinauto/
|
||||||
# Must check if future updates of the following packages provide .whl files
|
# 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
|
# pywinauto needs to be downloaded manually and edit setup to match platform=win32
|
||||||
# Packages without wheels (Must be installed locally):
|
# Packages without wheels (Must be installed locally):
|
||||||
|
Loading…
Reference in New Issue
Block a user