Skip to content

Commit a832ef0

Browse files
Release 0.2.0
1 parent 2ce20cf commit a832ef0

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.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Traverse-Research <[email protected]>"]
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.1.0"
22+
vdb-rs = "0.2.0"
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)