Skip to content

Commit

Permalink
Update version to 0.1.3 (#24)
Browse files Browse the repository at this point in the history
This PR bumps the project version to `0.1.3`.
  • Loading branch information
brandon-b-miller authored Dec 1, 2023
1 parent 32c96b7 commit 0e69e72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)

project(
pynvjitlink
VERSION 0.1.2
VERSION 0.1.3
LANGUAGES CXX CUDA
)

Expand Down
2 changes: 1 addition & 1 deletion pynvjitlink/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "pynvjitlink-cu12"
version = "0.1.2"
version = "0.1.3"
description = "nvJitLink Python binding"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand Down

0 comments on commit 0e69e72

Please sign in to comment.