From 48e339ea22f54d8112b910db8dd81d17abdb9dc5 Mon Sep 17 00:00:00 2001 From: leavauchier <120112647+leavauchier@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:22:57 +0200 Subject: [PATCH] Update version to 0.3.1 (#26) --- RELEASE_NOTES.md | 2 ++ pdal_ign_macro/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3636a7f..54b0065 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,5 @@ +### 0.3.1 + - improve code readability in the radius_assign filter (Z limits part). - fix the script for MNx pre-processing (Z limits were inverted) - improve tests and test data diff --git a/pdal_ign_macro/version.py b/pdal_ign_macro/version.py index 74bd34b..e733abe 100755 --- a/pdal_ign_macro/version.py +++ b/pdal_ign_macro/version.py @@ -1,4 +1,4 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" if __name__ == "__main__":