From 40d9b78591e5f1dd9489ac461a66c0c937cd518a Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 16 Jan 2024 12:09:19 -0800 Subject: [PATCH] Release 0.1.10 --- CMakeLists.txt | 2 +- pynvjitlink/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a00a9839..f694a12e 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.9 + VERSION 0.1.10 LANGUAGES CXX CUDA ) diff --git a/pynvjitlink/VERSION b/pynvjitlink/VERSION index 1a030947..9767cc98 100644 --- a/pynvjitlink/VERSION +++ b/pynvjitlink/VERSION @@ -1 +1 @@ -0.1.9 +0.1.10 diff --git a/pyproject.toml b/pyproject.toml index 2b3d1774..39481636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build-backend = "scikit_build_core.build" [project] name = "pynvjitlink" -version = "0.1.9" +version = "0.1.10" description = "nvJitLink Python binding" readme = { file = "README.md", content-type = "text/markdown" } authors = [