Skip to content

Commit

Permalink
bump to 1.1.3 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
LamForest authored Dec 18, 2024
1 parent b931a47 commit 7a514bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cuda-mock"
version = "1.1.2"
version = "1.1.3"
description = "mock cuda runtime api"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def build_extension(self, ext):

setup(
name="cuda-mock",
version="1.1.2",
version="1.1.3",
author="lipracer",
author_email="[email protected]",
description="a tools hook some api call at runtime",
Expand Down

0 comments on commit 7a514bd

Please sign in to comment.