We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a890a1 commit b43fb0cCopy full SHA for b43fb0c
2 files changed
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 ba86792f5de34cb090354270a7330c1baa83eb57
+ GIT_TAG d2bbfc5d2d921242e4e94e4a2254d7adec3632b4
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.2"
+version = "0.1.3"
8
description = "QOCO: Quadratic Objective Conic Optimizer"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments