Skip to content

Commit b470b1b

Browse files
Release 0.5.0
1 parent c202ae2 commit b470b1b

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.4.0"
3+
version = "0.5.0"
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
@@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
vdb-rs = "0.4.0"
23+
vdb-rs = "0.5.0"
2424
```
2525

2626
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)