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"