From 2dc0972397cd86a1e136a999994718d1f6c00be1 Mon Sep 17 00:00:00 2001 From: govindchari Date: Tue, 17 Mar 2026 14:04:22 -0700 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- backend/cuda/pyproject.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f12b32b..d380df6 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 e45e0f0cb6f097fbc6fc7793116cdad09dee4983 + GIT_TAG 54b430454d709bfb695cf070d31030439423a407 ) list(POP_BACK CMAKE_MESSAGE_INDENT) diff --git a/backend/cuda/pyproject.toml b/backend/cuda/pyproject.toml index 756e674..f45f975 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.1.4" +version = "0.1.5" 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 45b57ef..53f0f8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "qoco" -version = "0.2.4" +version = "0.2.5" description = "QOCO: Quadratic Objective Conic Optimizer" readme = "README.md" requires-python = ">=3.8"