diff --git a/CMakeLists.txt b/CMakeLists.txt index acbd4691..a00a9839 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.7 + VERSION 0.1.9 LANGUAGES CXX CUDA ) diff --git a/pynvjitlink/VERSION b/pynvjitlink/VERSION index c946ee61..1a030947 100644 --- a/pynvjitlink/VERSION +++ b/pynvjitlink/VERSION @@ -1 +1 @@ -0.1.6 +0.1.9 diff --git a/pyproject.toml b/pyproject.toml index 1589d05b..2b3d1774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build-backend = "scikit_build_core.build" [project] name = "pynvjitlink" -version = "0.1.7" +version = "0.1.9" description = "nvJitLink Python binding" readme = { file = "README.md", content-type = "text/markdown" } authors = [