Skip to content

Commit

Permalink
Version 1.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Aug 9, 2022
1 parent 026b7c3 commit 7e3670d
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 "a0")
set(PY_VERSION_SUFFIX "a1")

# 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.0a0'
__version__ = '1.0.0a1'

import os
import typing
Expand Down

0 comments on commit 7e3670d

Please sign in to comment.