diff --git a/pyproject.toml b/pyproject.toml index 4f49ea0..c221da1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/setup.py b/setup.py index a08bbfe..1dd5435 100644 --- a/setup.py +++ b/setup.py @@ -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="lipracer@gmail.com", description="a tools hook some api call at runtime",