File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ endif()
59
59
project (IPCToolkit
60
60
DESCRIPTION "A set of reusable functions to integrate IPC into an existing simulation."
61
61
LANGUAGES CXX
62
- VERSION "1.3.0 " )
62
+ VERSION "1.3.1 " )
63
63
64
64
option (IPC_TOOLKIT_BUILD_TESTS "Build unit-tests" ${IPC_TOOLKIT_TOPLEVEL_PROJECT} )
65
65
option (IPC_TOOLKIT_BUILD_PYTHON "Build Python bindings" OFF )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
10
10
[project ]
11
11
name = " ipctk"
12
- version = " 1.3.0 "
12
+ version = " 1.3.1 "
13
13
authors = [{
name =
" Zachary Ferguson" ,
email =
" [email protected] " }]
14
14
description = " A set of reusable functions to integrate Incremental Potential Contact (IPC) into a simulation."
15
15
readme = " docs/PYPI_README.md"
You can’t perform that action at this time.
0 commit comments