From 9f931b97979a3f9ab0293e1e954a34e8bfdfe8fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 04:48:09 +0000 Subject: [PATCH] chore: release 0.1.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c938e..7fbec8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.1](https://www.github.com/Loop3D/map2model_cpp/compare/v0.1.0...v0.1.1) (2024-10-16) + + +### Bug Fixes + +* cmakelist was causing map2model to not be imported by python ([6475776](https://www.github.com/Loop3D/map2model_cpp/commit/64757762ac352688a3fd18f15b62024b1d44ddab)) + ## 0.1.0 (2024-10-08) diff --git a/pyproject.toml b/pyproject.toml index 70e6009..4c075d1 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.0" +version = "0.1.1" description = "python bindings for map2model" readme = "README.md" requires-python = ">=3.7"