Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Loop3D/map2model_cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 16, 2024
2 parents 794d216 + f96af19 commit 7b4b3cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
[project]
authors = [{ name = "Lachlan Grose", email = "[email protected]" }]
name = "map2model"
version = "0.1.1"
version = "0.1.2"
description = "python bindings for map2model"
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -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"]

0 comments on commit 7b4b3cc

Please sign in to comment.