Skip to content

Commit

Permalink
v0.14.2 - update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejduda committed Feb 28, 2025
1 parent 14cc9ca commit 32a24b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ cx-Freeze==7.2.10
Pillow==10.4.0
pre-commit==4.0.1
pytest==8.3.3
ReverseBox==0.26.0
ReverseBox==0.26.1
tkhtmlview==0.3.1
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from src.GUI.gui_main import ImageHeatGUI

VERSION_NUM: Final[str] = "v0.14.1"
VERSION_NUM: Final[str] = "v0.14.2"

logger = get_logger("main")

Expand Down

0 comments on commit 32a24b7

Please sign in to comment.