Skip to content

Commit

Permalink
Merge pull request #213 from libigl/alecjacobson/writeMSH
Browse files Browse the repository at this point in the history
bump libigl to v2.5.0
  • Loading branch information
alecjacobson committed Nov 24, 2023
2 parents 512bcaf + 64eb97f commit a2d0b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/PyiglDependencies.cmake
Expand Up @@ -19,7 +19,7 @@ include(FetchContent)
FetchContent_Declare(
libigl
GIT_REPOSITORY https://github.com/libigl/libigl.git
GIT_TAG 1b07ebcf9e18c33ba342fd5c945dedbda055df78
GIT_TAG v2.5.0
)
FetchContent_GetProperties(libigl)
FetchContent_MakeAvailable(libigl)
Expand Down
2 changes: 1 addition & 1 deletion igl/_version.py
Expand Up @@ -5,4 +5,4 @@
# This Source Code Form is subject to the terms of the Mozilla Public License
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at http://mozilla.org/MPL/2.0/.
__version__ = "2.5.5dev"
__version__ = "2.5.0"

0 comments on commit a2d0b23

Please sign in to comment.