Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet committed Aug 26, 2024
1 parent 524e5eb commit 0003b6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "e57-to-las"
description = "Convert E57 point cloud files to LAS"
version = "0.4.7"
version = "0.5.0"
readme = "README.md"
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To use this as a crate in your own project, add the following to your `Cargo.tom

```toml
[dependencies]
e57-to-las = "0.4.7"
e57-to-las = "0.5.0"
```

You can then use it in your code as follows:
Expand Down

0 comments on commit 0003b6f

Please sign in to comment.