We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc2e18 commit f4dd88dCopy full SHA for f4dd88d
CMakeLists.txt
@@ -8,7 +8,7 @@ project(cupdlpx LANGUAGES C CXX CUDA)
8
9
set(CUPDLPX_VERSION_MAJOR 0)
10
set(CUPDLPX_VERSION_MINOR 1)
11
-set(CUPDLPX_VERSION_PATCH 4)
+set(CUPDLPX_VERSION_PATCH 5)
12
13
set(CUPDLPX_VERSION "${CUPDLPX_VERSION_MAJOR}.${CUPDLPX_VERSION_MINOR}.${CUPDLPX_VERSION_PATCH}")
14
add_compile_definitions(CUPDLPX_VERSION="${CUPDLPX_VERSION}")
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "cupdlpx"
7
-version = "0.1.3"
+version = "0.1.5"
description = "Python bindings for cuPDLPx (GPU-accelerated first-order LP solver)"
readme = "README.md"
license = { text = "Apache-2.0" }
0 commit comments