Skip to content

Commit 9ce3fb8

Browse files
committed
Sync version in __init__.py to match setup.py and pyproject.toml
1 parent a9ce2e1 commit 9ce3fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpulimiter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cpulimiter - A simple, lightweight Python library for Windows to limit CPU usage of processes.
33
"""
44

5-
__version__ = "1.5.0"
5+
__version__ = "1.0.2"
66
__author__ = "Ahmed Ashraf"
77

88
from .limiter import CpuLimiter

0 commit comments

Comments
 (0)