File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed 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.4 .0" )
65+ VERSION "1.5 .0" )
6666
6767include (CheckLanguage)
6868check_language(CUDA)
Original file line number Diff line number Diff line change 33 "title" : " main" ,
44 "aliases" : [" latest" , " head" ]
55}, {
6- "version" : " https://ipctk.xyz/v1.3.1 " ,
7- "title" : " v1.3.1 " ,
6+ "version" : " https://ipctk.xyz/v1.4.0 " ,
7+ "title" : " v1.4.0 " ,
88 "aliases" : [" stable" ]
9+ }, {
10+ "version" : " https://ipctk.xyz/v1.3.1" ,
11+ "title" : " v1.3.1"
912}, {
1013 "version" : " https://ipctk.xyz/v1.3.0" ,
1114 "title" : " v1.3.0"
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.4 .0"
12+ version = " 1.5 .0"
1313authors = [{
name =
" Zachary Ferguson" ,
email =
" [email protected] " }]
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