From ce5733cd2758b6cff1fb24be565fbd9551391c14 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Thu, 16 Jan 2025 19:01:30 +0100 Subject: [PATCH] 0.2.3 new lowest optima35 requirement --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- src/OptimaLab35/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bab113..fbf0ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## 0.2.x +### 0.2.3 +- Refactored code for improved readability. + ### 0.2.2 - Moved processing images into a different thread, making the UI responsiable while processing diff --git a/pyproject.toml b/pyproject.toml index b2796d3..be43fbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [{ name = "Mr. Finchum" }] description = "User interface for optima35." readme = "pip_README.md" requires-python = ">=3.8" -dependencies = ["optima35>=0.6.6", "pyside6", "PyYAML", "packaging"] +dependencies = ["optima35>=0.6.7", "pyside6", "PyYAML", "packaging"] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", diff --git a/src/OptimaLab35/__init__.py b/src/OptimaLab35/__init__.py index b5fdc75..d31c31e 100644 --- a/src/OptimaLab35/__init__.py +++ b/src/OptimaLab35/__init__.py @@ -1 +1 @@ -__version__ = "0.2.2" +__version__ = "0.2.3"