Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglongMa committed Aug 4, 2024
1 parent 5c0f820 commit 282b1c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 1.0.1
Version: 1.0.2
CompanyName: Chenglong Ma
FileDescription: Rekaw
InternalName: Rekaw
Expand Down
4 changes: 4 additions & 0 deletions src/waker/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import ctypes

ctypes.windll.shcore.SetProcessDpiAwareness(0)
ctypes.windll.user32.SetProcessDPIAware()
2 changes: 1 addition & 1 deletion src/waker/package.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0"
__version__ = "1.0.2"
__package_name__ = "rekaw"
__app_name__ = "Rekaw"
__description__ = 'A tool to optimize the workflow'
Expand Down

0 comments on commit 282b1c5

Please sign in to comment.