diff --git a/CMakeLists.txt b/CMakeLists.txt index 52035c1..55dedf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ include(FetchContent) FetchContent_Declare( qoco GIT_REPOSITORY https://github.com/qoco-org/qoco.git - GIT_TAG 129e942a566f5cc8c4aea9644d91205f4ef150a6 + GIT_TAG 773bfe4854eb53fe05756ede59ef07258b9e1e6a ) list(POP_BACK CMAKE_MESSAGE_INDENT) diff --git a/backend/cuda/pyproject.toml b/backend/cuda/pyproject.toml index 9334923..a92e7db 100644 --- a/backend/cuda/pyproject.toml +++ b/backend/cuda/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "qoco-cuda" -version = "0.2.0" +version = "0.2.1" description = "QOCO: Quadratic Objective Conic Optimizer" requires-python = ">=3.8" authors = [{ name = "Govind M. Chari", email = "govindchari1@gmail.com" }] diff --git a/pyproject.toml b/pyproject.toml index 59c0674..9997e68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "qoco" -version = "0.3.0" +version = "0.3.1" description = "QOCO: Quadratic Objective Conic Optimizer" readme = "README.md" requires-python = ">=3.8"