Skip to content

Commit

Permalink
testing release workflow 0.1.1
Browse files Browse the repository at this point in the history
chore: release 0.1.1
  • Loading branch information
lachlangrose authored Oct 16, 2024
2 parents 54c884a + 9f931b9 commit fe0387f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.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)


Expand Down
2 changes: 1 addition & 1 deletion 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.0"
version = "0.1.1"
description = "python bindings for map2model"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit fe0387f

Please sign in to comment.