chore(version): update version and change pyside version dep

This commit is contained in:
Jérome Eertmans
2022-10-31 15:07:33 +01:00
parent 3eb9fa0b74
commit 422e355758
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "4.4.0" __version__ = "4.5.0"

View File

@ -39,7 +39,7 @@ setuptools.setup(
"click-default-group>=1.2", "click-default-group>=1.2",
"numpy>=1.19.3", "numpy>=1.19.3",
"pydantic>=1.9.1", "pydantic>=1.9.1",
"pyside6>=6.4", "pyside6>=6",
"opencv-python>=4.6", "opencv-python>=4.6",
"tqdm>=4.62.3", "tqdm>=4.62.3",
], ],