Skip to content

Commit

Permalink
Version 1.0.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Oct 20, 2022
1 parent 39d4e9c commit 6752a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)
project(alpaqa VERSION 1.0.0 LANGUAGES CXX)
set(PY_VERSION_SUFFIX "a3")
set(PY_VERSION_SUFFIX "a4")

# Options
option(ALPAQA_WITH_QUAD_PRECISION
Expand Down
2 changes: 1 addition & 1 deletion python/alpaqa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Augmented Lagrangian and PANOC solvers for nonconvex numerical optimization.
"""
__version__ = '1.0.0a3'
__version__ = '1.0.0a4'

import os
import typing
Expand Down

0 comments on commit 6752a53

Please sign in to comment.