We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2642753 commit 4513094Copy full SHA for 4513094
2 files changed
CMakeLists.txt
@@ -8,7 +8,7 @@ project(cupdlpx LANGUAGES C CXX CUDA)
8
9
set(CUPDLPX_VERSION_MAJOR 0)
10
set(CUPDLPX_VERSION_MINOR 2)
11
-set(CUPDLPX_VERSION_PATCH 1)
+set(CUPDLPX_VERSION_PATCH 2)
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.2.1"
+version = "0.2.2"
description = "Python bindings for cuPDLPx (GPU-accelerated first-order LP solver)"
readme = "README.md"
license = { text = "Apache-2.0" }
0 commit comments