We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2551d commit dc97929Copy full SHA for dc97929
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "python-pkginfo"
3
-version = "0.5.6"
+version = "0.6.0"
4
authors = ["messense <[email protected]>"]
5
edition = "2021"
6
description = "Parse Python package metadata from sdist and bdists and etc."
README.md
@@ -13,7 +13,7 @@ Add it to your ``Cargo.toml``:
13
14
```toml
15
[dependencies]
16
-python-pkginfo = "0.5"
+python-pkginfo = "0.6"
17
```
18
19
then you are good to go. If you are using Rust 2015 you have to add ``extern crate python_pkginfo`` to your crate root as well.
0 commit comments