Skip to content

Commit 283ae5d

Browse files
committed
v0.1.2
1 parent c4dc695 commit 283ae5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 03ecd0a87db0e081c2da7955d91f2ece661a56f6
24+
GIT_TAG d7065e58105dad7a4bdaac90aabe556220567a88
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.1"
7+
version = "0.1.2"
88
description = "QOCO: Quadratic Objective Conic Optimizer"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)