Skip to content

Commit 1b55231

Browse files
authored
relase v1.1.1 fix logger level parse problem (#193)
1 parent 1f8021f commit 1b55231

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "cuda-mock"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "mock cuda runtime api"
55
readme = "README.md"
66
requires-python = ">=3.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build_extension(self, ext):
5353

5454
setup(
5555
name="cuda-mock",
56-
version="1.1.0",
56+
version="1.1.1",
5757
author="lipracer",
5858
author_email="lipracer@gmail.com",
5959
description="a tools hook some api call at runtime",

0 commit comments

Comments
 (0)