We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481c17f commit 941937aCopy full SHA for 941937a
2 files changed
CMakeLists.txt
@@ -23,7 +23,7 @@ include(FetchContent)
23
FetchContent_Declare(
24
qoco
25
GIT_REPOSITORY https://github.com/qoco-org/qoco.git
26
- GIT_TAG 251303fbb62e4f225170051c2a5f18fcc14c808f
+ GIT_TAG 7526022691e75987aa7b7f1a6e897298011795ee
27
)
28
29
list(POP_BACK CMAKE_MESSAGE_INDENT)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "qoco"
7
-version = "0.1.4"
+version = "0.1.5"
8
description = "QOCO: Quadratic Objective Conic Optimizer"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments