diff --git a/main.py b/main.py index 350c24c..a09a4a6 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,7 @@ class Launcher(): - version = '2024.11.30.1' + version = '2024.12.5.1' __version__ = '0.5' # holds the style of the app diff --git a/pyproject.toml b/pyproject.toml index f5d82b7..17b4c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "PySide6==6.7.2", "pyqtgraph==0.13.7", "numpy==1.26.4", - "STO-OSCR>=2024.11.30.1", + "STO-OSCR>=2024.12.5.1", "OSCR-django-client>=2024.9.2.1", "pydantic==2.7.3", ]