Skip to content

Commit f55090b

Browse files
committed
Update version to 1.3.1
1 parent 342c362 commit f55090b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif()
5959
project(IPCToolkit
6060
DESCRIPTION "A set of reusable functions to integrate IPC into an existing simulation."
6161
LANGUAGES CXX
62-
VERSION "1.3.0")
62+
VERSION "1.3.1")
6363

6464
option(IPC_TOOLKIT_BUILD_TESTS "Build unit-tests" ${IPC_TOOLKIT_TOPLEVEL_PROJECT})
6565
option(IPC_TOOLKIT_BUILD_PYTHON "Build Python bindings" OFF)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "ipctk"
12-
version = "1.3.0"
12+
version = "1.3.1"
1313
authors = [{ name = "Zachary Ferguson", email = "[email protected]" }]
1414
description = "A set of reusable functions to integrate Incremental Potential Contact (IPC) into a simulation."
1515
readme = "docs/PYPI_README.md"

0 commit comments

Comments
 (0)