From b654592b388d8de4b160fa2c2164b63d355157ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Arnstr=C3=B6m?= Date: Sat, 21 Mar 2026 23:09:13 +0100 Subject: [PATCH] Bump version to v0.8.2 --- CMakeLists.txt | 2 +- interfaces/daqp-python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40a9ee4..597132d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(daqp VERSION 0.8.1) +project(daqp VERSION 0.8.2) include(GNUInstallDirs) diff --git a/interfaces/daqp-python/setup.py b/interfaces/daqp-python/setup.py index 630c407..808d069 100644 --- a/interfaces/daqp-python/setup.py +++ b/interfaces/daqp-python/setup.py @@ -42,7 +42,7 @@ include_dirs=['csrc/include']) setup(name='daqp', - version='0.8.1', + version='0.8.2', description='DAQP: A dual active-set QP solver', url='http://github.com/darnstrom/daqp', author='Daniel Arnström',