Skip to content

Commit ddb3a2d

Browse files
author
Teseo Schneider
committed
new polyfem version
1 parent cc64837 commit ddb3a2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/PolyfemPythonDownloadExternal.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endfunction()
2727
function(polyfem_python_download_polyfem)
2828
polyfem_python_download_project(polyfem
2929
GIT_REPOSITORY https://github.com/polyfem/polyfem.git
30-
GIT_TAG e3b5ad076554a230b505dcf3bd9c947ed413aec6
30+
GIT_TAG 318761248ca0fb8e497f72fa76904ffa511bf45d
3131
)
3232
endfunction()
3333

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def build_extension(self, ext):
8585

8686
setup(
8787
name="polyfempy",
88-
version="0.5.2",
88+
version="0.5.3",
8989
author="Teseo Schneider",
9090
author_email="",
9191
description="Polyfem Python Bindings",

0 commit comments

Comments
 (0)