Skip to content

Commit cfcd403

Browse files
committed
Removed codegen from qoco-python
1 parent 6d3607b commit cfcd403

17 files changed

+2
-2070
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include(FetchContent)
2121
FetchContent_Declare(
2222
qoco
2323
GIT_REPOSITORY https://github.com/qoco-org/qoco.git
24-
GIT_TAG e97f391fb010b7aaefcb1a394a4a70d03a3118f5
24+
GIT_TAG be8da11c20d323b6a51e3bb06bcf5b8fd0767b2b
2525
)
2626

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

0 commit comments

Comments
 (0)