Skip to content

Commit

Permalink
MAINT: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Nov 16, 2023
1 parent d97aa5d commit 27925af
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,5 +1,5 @@
cmake_minimum_required (VERSION 3.14)
project (OpenMEEG VERSION 2.5.7 LANGUAGES C CXX)
project (OpenMEEG VERSION 2.5.9999 LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 17) # use c++17

Expand Down
2 changes: 1 addition & 1 deletion wrapping/python/openmeeg/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.5.7"
__version__ = "2.6.0.dev3"

0 comments on commit 27925af

Please sign in to comment.