File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ cmake_policy(SET CMP0114 NEW) # Support the Xcode "new build system"
6262project (IPCToolkit
6363 DESCRIPTION "A set of reusable functions to integrate IPC into an existing simulation."
6464 LANGUAGES CXX
65- VERSION "1.5 .0" )
65+ VERSION "1.6 .0" )
6666
6767if (IPC_TOOLKIT_TOPLEVEL_PROJECT)
6868 option (IPC_TOOLKIT_BUILD_TESTS "Build unit-tests" ON )
Original file line number Diff line number Diff line change 33 "title" : " main" ,
44 "aliases" : [" latest" , " head" ]
55}, {
6- "version" : " https://ipctk.xyz/v1.4 .0" ,
7- "title" : " v1.4 .0" ,
6+ "version" : " https://ipctk.xyz/v1.5 .0" ,
7+ "title" : " v1.5 .0" ,
88 "aliases" : [" stable" ]
9+ }, {
10+ "version" : " https://ipctk.xyz/v1.4.0" ,
11+ "title" : " v1.4.0"
912}, {
1013 "version" : " https://ipctk.xyz/v1.3.1" ,
1114 "title" : " v1.3.1"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " ipctk"
12- version = " 1.5 .0"
12+ version = " 1.6 .0"
1313authors = [{ name = " Zachary Ferguson" , email = " zy.fergus@gmail.com" }]
1414description = " A set of reusable functions to integrate Incremental Potential Contact (IPC) into a simulation."
1515readme = " docs/PYPI_README.md"
You can’t perform that action at this time.
0 commit comments