Skip to content

Commit

Permalink
Release 0.1.7 (#42)
Browse files Browse the repository at this point in the history
* Add Conda packages and CI workflows (#33)
* Set pipefail in wheel build scripts (#34)
* [REVIEW] remove references to setup.py in docs (#36)
* Update README.md (#37)
* Remove usages of rapids-env-update (#41)
  • Loading branch information
jakirkham authored Jan 13, 2024
1 parent a1479d3 commit 9765e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6
VERSION 0.1.7
LANGUAGES CXX CUDA
)

Expand Down
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"
version = "0.1.6"
version = "0.1.7"
description = "nvJitLink Python binding"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand Down

0 comments on commit 9765e2b

Please sign in to comment.