Skip to content

Commit

Permalink
Push version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicibo committed Jun 21, 2024
1 parent b6748a0 commit a575726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SUPer/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__MAJOR = 0
__MINOR = 2
__REVISION = 4
__REVISION = 5

__name__ = "SUPer"
__version__ = '.'.join(map(str, [__MAJOR, __MINOR, __REVISION]))
Expand Down
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ quantizer=G:/Software/pngquant/pngquant.exe
use_gpu=1

; Layout engine aggresiveness. 0: safe, 1: normal, 2: aggressive
layout_mode=2
layout_mode=1

0 comments on commit a575726

Please sign in to comment.