Skip to content

Commit

Permalink
Update version to 0.1.1 (#19)
Browse files Browse the repository at this point in the history
This PR updates the package version to `0.1.1` everywhere.
  • Loading branch information
brandon-b-miller authored Nov 27, 2023
1 parent 064052f commit 1072269
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.0
VERSION 0.1.1
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.0
0.1.1
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.0"
version = "0.1.1"
description = "nvJitLink Python binding"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand Down

0 comments on commit 1072269

Please sign in to comment.