From 94e0a1e89d0c6aa25617c4beb7330b23e21c6ee4 Mon Sep 17 00:00:00 2001 From: brandon-b-miller <53796099+brandon-b-miller@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:56:49 -0600 Subject: [PATCH] Update version to `0.1.4` (#27) This PR bumps the project version to `0.1.4`. --- 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 d900de74..15ad4520 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.3 + VERSION 0.1.4 LANGUAGES CXX CUDA ) diff --git a/pynvjitlink/VERSION b/pynvjitlink/VERSION index b1e80bb2..845639ee 100644 --- a/pynvjitlink/VERSION +++ b/pynvjitlink/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4 diff --git a/pyproject.toml b/pyproject.toml index 44362b54..1d23f61b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build-backend = "scikit_build_core.build" [project] name = "pynvjitlink-cu12" -version = "0.1.3" +version = "0.1.4" description = "nvJitLink Python binding" readme = { file = "README.md", content-type = "text/markdown" } authors = [