Skip to content

Commit

Permalink
Added Support for Winter Invasion event
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Dec 5, 2024
1 parent 4dd6632 commit eedd37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit eedd37d

Please sign in to comment.