0.2.3 new lowest optima35 requirement
This commit is contained in:
parent
261d035f93
commit
ce5733cd27
3 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.2.x
|
## 0.2.x
|
||||||
|
### 0.2.3
|
||||||
|
- Refactored code for improved readability.
|
||||||
|
|
||||||
### 0.2.2
|
### 0.2.2
|
||||||
- Moved processing images into a different thread, making the UI responsiable while processing
|
- Moved processing images into a different thread, making the UI responsiable while processing
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ authors = [{ name = "Mr. Finchum" }]
|
||||||
description = "User interface for optima35."
|
description = "User interface for optima35."
|
||||||
readme = "pip_README.md"
|
readme = "pip_README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = ["optima35>=0.6.6", "pyside6", "PyYAML", "packaging"]
|
dependencies = ["optima35>=0.6.7", "pyside6", "PyYAML", "packaging"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.2"
|
__version__ = "0.2.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue