We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dc695 commit 283ae5dCopy full SHA for 283ae5d
CMakeLists.txt
@@ -21,7 +21,7 @@ include(FetchContent)
21
FetchContent_Declare(
22
qoco
23
GIT_REPOSITORY https://github.com/qoco-org/qoco.git
24
- GIT_TAG 03ecd0a87db0e081c2da7955d91f2ece661a56f6
+ GIT_TAG d7065e58105dad7a4bdaac90aabe556220567a88
25
)
26
27
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.1"
+version = "0.1.2"
8
description = "QOCO: Quadratic Objective Conic Optimizer"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments