diff --git a/CMakeLists.txt b/CMakeLists.txt index adbe38fc..acbd4691 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) project( pynvjitlink - VERSION 0.1.6 + VERSION 0.1.7 LANGUAGES CXX CUDA ) diff --git a/pyproject.toml b/pyproject.toml index 42f7c384..1589d05b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build-backend = "scikit_build_core.build" [project] name = "pynvjitlink" -version = "0.1.6" +version = "0.1.7" description = "nvJitLink Python binding" readme = { file = "README.md", content-type = "text/markdown" } authors = [