Skip to content

Commit dfb3af5

Browse files
committed
Release v0.6.0
1 parent 17c8fe5 commit dfb3af5

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 = "pyo3-built"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2018"
55
description = "Expose build variables obtained with built as a PyDict"
66
authors = ["PyO3 Project and Contributors"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the following to your `Cargo.toml` manifest:
1616
[build-dependencies]
1717
built = { version = "0.7", features = ["chrono"] }
1818
[dependencies]
19-
pyo3-built = "0.5"
19+
pyo3-built = "0.6"
2020
```
2121

2222
Create your `build.rs` as you normally would with `built`, but activate

0 commit comments

Comments
 (0)