Skip to content

Commit b43fb0c

Browse files
committed
v0.1.3
1 parent 1a890a1 commit b43fb0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)