Skip to content

Commit 21b0ae9

Browse files
Release 0.2.1
1 parent 7f4ab98 commit 21b0ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vdb-rs"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Traverse-Research <support@traverseresearch.nl>"]
66
description = "OpenVDB manipulation library."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:
1919

2020
```toml
2121
[dependencies]
22-
vdb-rs = "0.2.0"
22+
vdb-rs = "0.2.1"
2323
```
2424

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

0 commit comments

Comments
 (0)