Skip to content

Commit 3da16c3

Browse files
v0.44.3 - fix for encoding PAL BGR5A3 image format
1 parent 40d43a3 commit 3da16c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pre-commit==4.0.1
66
pyperclip==1.9.0
77
pytest==8.3.3
88
pytz==2024.2
9-
ReverseBox>=0.83.1
9+
ReverseBox>=0.83.3

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from src.GUI.GUI_main import EAManGui
1717

18-
VERSION_NUM = "v0.44.2"
18+
VERSION_NUM = "v0.44.3"
1919

2020
logger = get_logger("main")
2121

0 commit comments

Comments
 (0)