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',