Skip to content

Commit 02d1dfe

Browse files
committed
2 parents 341e602 + 396ced4 commit 02d1dfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cpulimiter"
7-
version = "1.0.8"
7+
version = "1.0.9"
88
description = "A Python library for Windows to programmatically limit the CPU usage of running processes"
99
readme = "README.md"
1010
license = {text = "MIT"}

setup.py

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

66
setup(
77
name="cpulimiter",
8-
version="1.0.8",
8+
version="1.0.9",
99
author="Ahmed Ashraf",
1010
author_email="your-email@example.com",
1111
description="A simple, lightweight Python library for Windows to limit the CPU usage of any running process",

0 commit comments

Comments
 (0)