Skip to content

Commit ec2e51b

Browse files
authored
v0.2.5 (#6)
1 parent 46ad0aa commit ec2e51b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include(FetchContent)
2323
FetchContent_Declare(
2424
qoco
2525
GIT_REPOSITORY https://github.com/qoco-org/qoco.git
26-
GIT_TAG e45e0f0cb6f097fbc6fc7793116cdad09dee4983
26+
GIT_TAG 54b430454d709bfb695cf070d31030439423a407
2727
)
2828

2929
list(POP_BACK CMAKE_MESSAGE_INDENT)

backend/cuda/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "qoco-cuda"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "QOCO: Quadratic Objective Conic Optimizer"
99
requires-python = ">=3.8"
1010
authors = [{ name = "Govind M. Chari", email = "govindchari1@gmail.com" }]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "qoco"
7-
version = "0.2.4"
7+
version = "0.2.5"
88
description = "QOCO: Quadratic Objective Conic Optimizer"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)