Skip to content

Commit 941937a

Browse files
committed
v0.1.5
1 parent 481c17f commit 941937a

2 files changed

Lines changed: 2 additions & 2 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 251303fbb62e4f225170051c2a5f18fcc14c808f
26+
GIT_TAG 7526022691e75987aa7b7f1a6e897298011795ee
2727
)
2828

2929
list(POP_BACK CMAKE_MESSAGE_INDENT)

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.1.4"
7+
version = "0.1.5"
88
description = "QOCO: Quadratic Objective Conic Optimizer"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)