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 c69ce22 commit 9b72d5bCopy full SHA for 9b72d5b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "python-pkginfo"
3
-version = "0.2.0"
+version = "0.3.0"
4
authors = ["messense <[email protected]>"]
5
edition = "2018"
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.2"
+python-pkginfo = "0.3"
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