Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers committed Jun 2, 2023
1 parent 7f4ab98 commit 21b0ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vdb-rs"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Traverse-Research <[email protected]>"]
description = "OpenVDB manipulation library."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
vdb-rs = "0.2.0"
vdb-rs = "0.2.1"
```

This crate currently only supports VDB reading and parsing of a relatively large section of the VDB test assets, while it currently
Expand Down

0 comments on commit 21b0ae9

Please sign in to comment.