Skip to content

Commit

Permalink
Update version to 0.3.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier authored Oct 16, 2024
1 parent 59c36bd commit 48e339e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pdal_ign_macro/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.0"
__version__ = "0.3.1"


if __name__ == "__main__":
Expand Down

0 comments on commit 48e339e

Please sign in to comment.