Skip to content

Commit 80ff7e0

Browse files
committed
Bump version to 1.0.1 in pyproject.toml and setup.py
1 parent 7a4a91f commit 80ff7e0

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.0"
7+
version = "1.0.1"
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.5.0",
8+
version="1.0.1",
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)