diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbec8e..39642e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.2](https://www.github.com/Loop3D/map2model_cpp/compare/v0.1.1...v0.1.2) (2024-10-16) + + +### Bug Fixes + +* trigger release ([759ec4a](https://www.github.com/Loop3D/map2model_cpp/commit/759ec4a29621663ce642fad309ded9e729de0df3)) + ### [0.1.1](https://www.github.com/Loop3D/map2model_cpp/compare/v0.1.0...v0.1.1) (2024-10-16) diff --git a/pyproject.toml b/pyproject.toml index 4c075d1..f5346b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build" [project] authors = [{ name = "Lachlan Grose", email = "lachlan.grose@monash.edu" }] name = "map2model" -version = "0.1.1" +version = "0.1.2" description = "python bindings for map2model" readme = "README.md" requires-python = ">=3.7" @@ -80,4 +80,4 @@ skip = "*-win32 *-manylinux_i686 *-musllinux_*" before-all = "yum install python3-devel -y" [tool.cibuildwheel.macos] -archs = ["x86_64", "arm64"] +archs = ["x86_64", "arm64"]